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

h
Error
hi followed by garbage value
hi
Garbage Value

ANSWER DOWNLOAD EXAMIANS APP