Home » C Programming » Complicated Declarations

Declare the following statement? "A pointer to an array of three chars".

Correct Answer: char (*ptr)[3];

← Previous Question Next Question→

More Questions from Complicated Declarations

Discussion & Comments

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