1.

What notation should we use for denoting the breadth of an array?

A. sizeof(a[0])
B. sizeof(a)
C. sizeof(a[])
D. sizeof(a.0)
Answer» B. sizeof(a)


Discussion

No Comment Found