?
Find the output of the following program.
Find the output of the following program.
void main()
{
char *msg = "hi";
printf(msg);
}
void main()
{
char *msg = "hi";
printf(msg);
}
Join the Discussion
Login to post a comment or share your explanation.
Login