What is the output of the following C code?
#includestdio.h
int main()
{
printf(3 + "Program");
return 0;
}


Posted on by