Declare the following statement?

“A pointer to an array o

Loading

โœช Choose the correct option.

Declare the following statement?

“A pointer to an array of three chars”.

A. char *ptr[3]();
B. char (*ptr)*[3];
C. char (*ptr[3])();
D. char (*ptr)[3];