Without using semicolon print HELLO WORLD on screen

#include<conio.h>
main()
{
if(printf("HELLO WORLD"))
{
}
getch();
}

Comments

Popular posts from this blog

Customize User's Profile in ASP.NET Identity System

Migrating database from ASP.NET Identity to ASP.NET Core Identity