a) type PFI, for pointer to function (of two char * arguments) returning int
b) error
c) type PFI, function (of two char * arguments) returning int
d) type PFI, for pointer
typedef int (*PFI)(char *, char *)creates ___________
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
typedef int (*PFI)(char *, char *)creates ___________
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!