Declare the following statement?'A pointer to an array of three chars'. - Study24x7
Social learning Network
13 Mar 2023 01:18 PM study24x7 study24x7

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];

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles