Multiple Choice
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;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: In the standard library of C programming
Q31: Which of the following declaration is not
Q32: When do you need to use type-conversions?<br>A)The
Q33: Which of the following data type will
Q34: Which data type is most suitable for
Q36: What is the type of the following
Q37: Which of the following statements should be
Q38: Which of the following is not an
Q39: Which of the following is not a
Q40: Which among the following is NOT a