1.

Consider the following type definition. typedef char x[10]; x myArray[5]; What will sizeof(myArray) be ? (Assume one character occupies 1 byte)

A. 15
B. 10
C. 50
D. 30
Answer» D. 30


Discussion

No Comment Found