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