Page 1 of 1

Size of an array can be evaluated by __________ (Assuming array declaration int a[10];)

Posted: Wed Jul 13, 2022 7:55 pm
by answerhappygod
a) sizeof(a);
b) sizeof(*a);
c) sizeof(a[10]);
d) 10 * sizeof(a);