hi

Go4Expert Member
3Oct2006,17:15   #1
prem_may10's Avatar
i want the program which prinnts the hello world without using the semicolon(


Thanks
Yasodhar premchand
Go4Expert Founder
3Oct2006,19:51   #2
shabbir's Avatar
Here comes the code

Code:
main()
{
    if(printf("Hello World"))
    {
    }
}