a mark
clear
Which of the following is not a pointer declaration?
char
char *str;
char al = ['1', '2, '3', 4'};
char a[10];
Answers
Answered by
1
Answer:
char *str is a pointer declaration..left of them were not.
char a[10] is a array declaration.
al is variable of type char.
Similar questions
Social Sciences,
6 months ago
Math,
6 months ago
Chemistry,
6 months ago
English,
11 months ago
Physics,
1 year ago