Q. Print hello world without using semicolon(;) ?

THE OUTPUT WOULD BE















#include<stdio.h>
#include<conio.h>
  void main( )
  {       clrscr( );
if(printf("hello world"))
{
}
  }

No comments:

Post a Comment