1.

What is the size of myArray in the code shown below? (Assume that 1 character occupies 1 byte) typedef char x[10]; x myArray[5];

A. 5 bytes
B. 10 bytes
C. 40 bytes
D. 50 bytes
Answer» E.


Discussion

No Comment Found

Related MCQs