Sail E0 Webinar
Question

 What does the following statement mean?

     int (*fp)(char*)

Options:
A .  pointer to a pointer
B .  pointer to an array of chars
C .  pointer to function taking a char* argument and returns an int
D .  function taking a char* argument and returning a pointer to int
Answer: Option C


pointer to function taking a char* argument and returns an int



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers