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)

10
30
None of these
15
50

ANSWER DOWNLOAD EXAMIANS APP

C Programming
String concatenation means -

Comparing the two strings to define the larger one.
Partitioning the string into two strings.
Extracting a substring out of a string.
Combining two strings.
Merging two strings.

ANSWER DOWNLOAD EXAMIANS APP