C Programming
Find the output of the following program.void main(){ char *msg = "hi"; printf(msg);}

Error
hi
Garbage Value
hi followed by garbage value
h

ANSWER DOWNLOAD EXAMIANS APP

C Programming
String concatenation means -

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

ANSWER DOWNLOAD EXAMIANS APP