Answer (Choose 1 answer)
What is the difference between two number 4 in the following expressions?
int num[4];num[4] = 1;
A. The first 4 is particular element, the second 4 is type
B. The first 4 is array size, the second 4 is index of a particular element
C. The first 4 is particular element, the second 4 is array size
D. None of the above
Exit 26