Without using semi colon prints hello world

#without using semi colon prints
#include<studio.h>
int main()
{
   if(printf("hello world))
   return 0;
}

Comments