Home » C Programming » Pointers » Question
  1. Which of the following is not possible in C?
    1. Returning a function pointer
    2. Comparison of function pointer
    3. Array of function pointer
    4. All of above
    5. None of these
Correct Option: E

Returning a function pointer, Array of function pointer and Comparison of function pointer aren't possible in c.



Your comments will be displayed only after manual approval.