Correct Answer: In spite of defining the function f() as returning void, the program is trying to collect the value returned by f() in the variable a
Discussion & Comments