Vidyalelo
C Programming · Q100

C Fundamentals

Programming · C Programming · question 100

Q100

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

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board