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)

30
50
10
15
None of these

ANSWER DOWNLOAD EXAMIANS APP

C Programming
Use of functions

Enhances the logical clarity of the program.
Helps to avoid repeating a set of statements many times.
Helps to avoid repeated programming across programs.
All of these
Makes the debugging task easier.

ANSWER DOWNLOAD EXAMIANS APP