For the following definition, which of the given option is correct?

1.10 For the following definition, which of the given option is correct?
int a[10];
A) a++;
B) a=a+1;
C) *a++;
D) *a[1];


Leave a Reply