Examveda
Examveda

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: Option D


This Question Belongs to C Program >> C Fundamentals

Join The Discussion

Related Questions on C Fundamentals