What is the output of the following code?
main()  
{
char *s = "Hello,"
"World!";
printf("%s", s);
}

Posted on by