1.

Compile time error, declaration of a function inside main

A. Compile time error, no definition of function fn_ptr
B. Compile time error, illegal application of statement fn_ptr = add
C. No Run time error, output is 5
Answer» B. Compile time error, illegal application of statement fn_ptr = add


Discussion

No Comment Found