mukul


{ City } etah
< Country > india
* Profession * student
User No # 62743
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 11
Users Marked my Answers as Wrong # 4
Questions / { mukul }
Questions Answers Category Views Company eMail




Answers / { mukul }

Question { C DAC, 13853 }

How can I make a program in c to print 'Hello' without
using semicolon in the code?


Answer

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

Is This Answer Correct ?    11 Yes 4 No