1.

How to call a function without using the function name to send parameters?(a) typedefs(b) Function pointer(c) Both typedefs and Function pointer(d) None of the mentionedI got this question in exam.The doubt is from Pointers to Functions in division Pointers and Arrays in C of C

Answer»

The CORRECT choice is (B) FUNCTION pointer

For EXPLANATION: None.



Discussion

No Comment Found

Related InterviewSolutions