How to print "hello world" in c without using semicolon?

Submitted by: Administrator
main()
{
clrscr();
if(printf("Hello Tarun Goyal"))
{}
getch();
}
Submitted by: Administrator

Read Online Programming Concepts Job Interview Questions And Answers