C Programming MCQ

1:

If func is a function needing three arguments a1, a2,  a3 then func can be invoked by

A.

 func(a1, a2, a3) ;

B.

(*func)(a1, a2, a3);

C.

*func(a1, a2, a3);

D.

both (a) & (b)

 

Answer : D

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.