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];
For the following definition, which of the given option is correct?
July 6, 2021 in C and CPP
July 6, 2021 in C and CPP
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];