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

Error
Garbage Value
h
hi followed by garbage value
hi

ANSWER DOWNLOAD EXAMIANS APP