πŸ“Š C Programming
Q. typedef int (*PFI)(char *, char *)creates ___________
  • (A) error
  • (B) type PFI, function (of two char * arguments) returning int
  • (C) type PFI, for pointer
  • (D) type PFI, for pointer to function (of two char * arguments) returning int
πŸ’¬ Discuss
βœ… Correct Answer: (D) type PFI, for pointer to function (of two char * arguments) returning int

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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