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

Garbage Value
h
hi
Error
hi followed by garbage value

ANSWER DOWNLOAD EXAMIANS APP