Q180
Which of the following is not a pointer declaration?
A.
char a[10];
B.
char a[] = {'1', '2', '3', '4'};
C.
char *str;
D.
char a;
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board