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

ANSWER DOWNLOAD EXAMIANS APP

C Programming
C preprocessor

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

ANSWER DOWNLOAD EXAMIANS APP