Sail E0 Webinar
Question
A function 'p' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as
Options:
A .  int(*p(char *))[]
B .  int *p(char *)[]
C .  int (*p) (char *)[]
D .  None of these.
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers