Which of the given statements is true about the expression int (*f) ( );?

1.9 Which of the given statements is true about the expression int (*f) ( );?
A) f is a function which returns pointer to integer
B) The expression is syntactically incorrect
C) f is a pointer to a function which returns an integer
D) f is a function of pointers that returns an integer


Leave a Reply