Please tell how can I type HELLO WORLD in a c program without using any semicolon. I found this and tried running but compiler showed error
#include<stdio.h>
main()
{
if(Printf("Hello World!!!"))
}