Sail E0 Webinar
Question
Which of the following is not a pointer declaration?
Options:
A .  char a[10];
B .  char a[] = {'1', '2', '3', '4'};
C .  char *str;
D .  char a;
Answer: Option D


Array declarations are pointer declarations.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers