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 mentioned
I got this question in exam.
The doubt is from Pointers to Functions in division Pointers and Arrays in C of C