Computer Science, asked by vipulchab2721, 1 year ago

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

Answers

Answered by Anonymous
6
Heyaaa mate

The answer is

Option A
Answered by Anonymous
5
Hey frnd

The correct answer is Option A - 15.
Similar questions