Q. What does the following statement mean?

Code:
int (*fptr)(char*)
  • (A) Pointer to an array of characters
  • (B) Function taking a char * argument and returning a pointer to int
  • (C) Pointer to a pointer
  • (D) A pointer to a function taking a char * argument and returning an int
πŸ’¬ Discuss
βœ… Correct Answer: (D) A pointer to a function taking a char * argument and returning an int

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
231
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
80%
Success Rate