πŸ“Š C++
Q. What does the following statement mean?
Code:
int (*fp)(char*)
  • (A) function taking a char* argument and returning a pointer to int
  • (B) pointer to a pointer
  • (C) pointer to an array of chars
  • (D) pointer to function taking a char* argument and returns an int
πŸ’¬ Discuss
βœ… Correct Answer: (D) pointer to function taking a char* argument and returns an int

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
178
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Siddharth M
Publisher
πŸ“ˆ
84%
Success Rate