How can we print "hello world" in c without using semicolon/

Questions by yatingoyal

Showing Answers 1 - 4 of 4 Answers

ankita ghosh

  • Oct 9th, 2006
 

send me this answer please

  Was this answer useful?  Yes

Sheikh

  • Dec 12th, 2006
 

main(){if(printf ("hello world")){}}

  Was this answer useful?  Yes

ankush sharma

  • Oct 16th, 2007
 

we can print message by using ternary operator or write the code in if statement

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions