Persistent
Company
Category
what is int(*(*ptr (int))(void)
Read Solution (Total 4)
-
- Pointer to function with no arguments(void) and return pointer to
integer. - 10 years agoHelpfull: Yes(7) No(1)
- ptr is a pointer to a function whose argument is an int and return type is a pointer to the function whose argument is void and return type is int.
Plz do reply if its not correct. #bandey hai hm uske. - 9 years agoHelpfull: Yes(3) No(1)
- Function 'int' returning pointer to pointer to function 'void' returning int.
- 8 years agoHelpfull: Yes(0) No(0)
- ptr is a function takes integer as argument, returns a pointer to a pointer to a function takes void or no value argument and returns int.
- 5 years agoHelpfull: Yes(0) No(0)
Persistent Other Question