Q.

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;
Answer» D. char a;
3k
0
Do you find this helpful?
11

View all MCQs in

C Language

Discussion

No comments yet