Declare the following statement?'An array of three pointers to chars'. - Study24x7
Social learning Network
13 Mar 2023 01:15 PM study24x7 study24x7

Declare the following statement?
"An array of three pointers to 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