C Programming MCQ

1:

Consider the declarations
char first (int (*) (char, float)) ;
int second(char, float);

Which of the following function invocation is valid?

A.

first (*second) ;

B.

first (&second);

C.

first (second);

D.

none of the above

 

Answer : C

Explanation :

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.