Functions – Multiple Choice Questions (MCQs)
-
-
14. What is the stack overflow error related to recursion?
-
15. What is a library function in C?
-
16. Which header file typically contains standard input/output functions like printf and scanf?
-
17. Which header file typically contains mathematical functions like sqrt and pow?
-
18. What is pass by value in C?
-
19. What is pass by reference (using pointers) in C?
-
20. What is a function pointer in C?
-
21. What is the purpose of using function pointers?
-
22. What is a static function in C?
-
23. What is an inline function in C?
-
24. What is the advantage of using inline functions?