+ 2
num[1]==[1]num are same or different.And if different then how?
int num[]={1,2,3,4,5,6};
4 Answers
+ 2
How it is different?
+ 2
num[1] is accessong the second element of num. [1]num should cause an error.
+ 1
Different.
+ 1
Thanks
int num[]={1,2,3,4,5,6};