Functions
1. Which of the following is an invalid function prototype?
2. What is the return type of the function with prototype: `int func(char x, float v, double t);`
3. What is printed when this program is executed?
4. Which of the following statements about function parameters in C is correct?
5. What will be the output of the following code?
6. Which of the following is the best way to avoid code duplication when writing similar functions in C?
7. What is the output of the following code?