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

15
None of these
50
10
30

ANSWER DOWNLOAD EXAMIANS APP