C Programming
What is the maximum number of dimensions an array in C may have?

8
2
Theoratically no limit. The only practical limits are memory size and compilers.
50
20

ANSWER DOWNLOAD EXAMIANS APP

C Programming
String concatenation means -

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

ANSWER DOWNLOAD EXAMIANS APP