<Apti
Code
/>
Back
Question 591: Declare the following statement?"An array of three pointers to chars".
tcs
wipro
infosys
general
aptitude
complicated-declarations
c-programming
No answer description is available.Let's discuss.
char *ptr[3]();
char *ptr[3];
char (*ptr[3])();
char **ptr[3];
Submit Answer
Show Answer
Previous
Next