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
10
50
None of these
30

ANSWER DOWNLOAD EXAMIANS APP

C Programming
C preprocessor

All of these
Takes care of macros
Acts before compilation
Takes care of conditional compilation
Takes care of include files

ANSWER DOWNLOAD EXAMIANS APP