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)
50, 13, 24, 13
50, 13, 24, 50
13, 13, 24, 13
50, 13, 11, 13
13, 10, 24, 50
ANSWER
DOWNLOAD EXAMIANS APP
↑