ankita ghosh
Answered On : Oct 9th, 2006
send me this answer please
Login to rate this answer.
Sheikh
Answered On : Dec 12th, 2006
main(){if(printf ("hello world")){}}
Login to rate this answer.
ankush sharma
Answered On : Oct 16th, 2007
we can print message by using ternary operator or write the code in if statement
Login to rate this answer.
main()
{
clrscr();
if(printf("Hello Tarun Goyal"))
{}
getch();
}

1 User has rated as useful.
Login to rate this answer.