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

hi
hi followed by garbage value
Error
Garbage Value
h

ANSWER DOWNLOAD EXAMIANS APP

C Programming
Use of functions

Helps to avoid repeating a set of statements many times.
Helps to avoid repeated programming across programs.
Makes the debugging task easier.
All of these
Enhances the logical clarity of the program.

ANSWER DOWNLOAD EXAMIANS APP