What is the output of the following program 
#include ‹stdio.h>
int main() 
{
printf("%d", printf("%s", "Hello World!"));
return 0;
}

Posted on by