Q70
Size of an array can be evaluated by . . . . . . . . (Assuming array declaration int a[10];)
A.
sizeof(a);
AnswerB.
sizeof(*a);
C.
sizeof(a[10]);
D.
10 * sizeof(a);
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board