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 fo these

 

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.