How to print "TEXT" without using semicolon

Status
Not open for further replies.

ThinkFree

Technomancer
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!!!"))
}
 

Garbage

God of Mistakes...
Here is the solution...

ohh....

QwertyManiac... u stole my solution !! :(
 
Last edited:
K

khattam_

Guest
03-02-2008, 08:01 AM
*www.thinkdigit.com/forum/showthread.php?t=70697&page=10


Peace
 
Status
Not open for further replies.
Top Bottom