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

hi followed by garbage value
hi
h
Garbage Value
Error

ANSWER DOWNLOAD EXAMIANS APP