Home » C Programming » Pointers » Question
  1. What will be the output of the following C code?
    1. To invoke a function
    2. To call a function defined at run-time
    3. There are no function pointers in c
    4. Nothing
    5. None of these
Correct Option: B

To call a function defined at run-time



Your comments will be displayed only after manual approval.