Print Hello World Without using ; in c.


// Process 1


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

}


//process 2


#include<stdio.h>
void main()
{

switch(printf("hello world")){
case 1:
case 2:
}

}

No comments:

Powered by Blogger.