πŸ“Š C++
Q. What is the purpose of ‘p’ in the following statement?
Code:
int (*p[3]) ();
  • (A) p is a pointer to a function array
  • (B) p is a pointer to a function
  • (C) p is an array of pointers to a function
  • (D) p is a pointer to a function whose return type is an array
πŸ’¬ Discuss
βœ… Correct Answer: (C) p is an array of pointers to a function

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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