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

Answer Posted / mukul

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

Is This Answer Correct ?    11 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c++ used for today?

665


Explain the use of fflush() function?

626


Why void main is used in c?

559


When can a far pointer be used?

588


What are actual arguments?

647






Did c have any year 2000 problems?

657


What is a void pointer? When is a void pointer used?

626


Explain what is wrong with this statement? Myname = ?robin?;

1027


Define VARIABLE?

690


What is the difference between variable declaration and variable definition in c?

564


What are the difference between a free-standing and a hosted environment?

745


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

804


What is %d used for?

585


What is pointer in c?

742


what is recursion in C

616