Functions – Multiple Choice Questions (MCQs)
- 
                        
- 
                        26. Can a function return multiple values in C directly?
- 
                        27. What is the purpose of the 'const' keyword in a function parameter?
- 
                        28. What is the difference between standard library functions and user-defined functions?
- 
                        29. What is the order of execution of functions in a C program?
- 
                        30. Can the 'main' function be called recursively?
- 
                        31. What is the return type of the 'main' function in standard C?
- 
                        32. What are command-line arguments passed to the 'main' function?
- 
                        33. What are 'argc' and 'argv' in the 'main' function?
- 
                        34. What does 'argc' represent?
- 
                        35. What does 'argv' represent?
- 
                        36. What is a function signature?
