1.

When the sizeof() function is invoked on an array. What information does it return?

A. Number of elements in the array
B. The largest element in the array
C. The total sum of the ASCII values of the elements in the array
D. The largest ASCII value of any element in the array
Answer» B. The largest element in the array


Discussion

No Comment Found