Which of the following is not a pointer declaration?
Posted: Wed Jul 13, 2022 7:54 pm
a) char a[10];
b) char a[] = {‘1’, ‘2’, ‘3’, ‘4’};
c) char *str;
d) char a;
b) char a[] = {‘1’, ‘2’, ‘3’, ‘4’};
c) char *str;
d) char a;
Accurate answers. Every time.
https://answerhappy.com/