Page 1 of 1

Which of the following is not a pointer declaration?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) char a[10];
b) char a[] = {‘1’, ‘2’, ‘3’, ‘4’};
c) char *str;
d) char a;