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

Answer Posted / akash dibya

{
if(printf("Hello"))
{
\*blank*\
}
}

Is This Answer Correct ?    18 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you avoid including a header more than once?

572


how is the examination pattern?

1605


How would you rename a function in C?

629


What is a constant?

642


Explain what is the difference between null and nul?

673






What is calloc malloc realloc in c?

602


Why n++ execute faster than n+1 ?

1876


What are the different types of errors?

652


shorting algorithmS

1811


Explain what are multibyte characters?

635


What are the rules for identifiers in c?

598


When can you use a pointer with a function?

578


Is sizeof a keyword in c?

588


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1316


What is the general form of function in c?

621