Home » C Programming » Complicated Declarations

Declare the following statement? "An array of three pointers to chars".

Correct Answer: char *ptr[3];

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion