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

Explain what is a static function?

821


Why is a semicolon (;) put at the end of every program statement?

808


Explain why c is faster than c++?

787


Explain how can you restore a redirected standard stream?

758


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

801






Explain how do you determine whether to use a stream function or a low-level function?

807


Why main is not a keyword in c?

863


i want to know the procedure of qualcomm for getting a job through offcampus

2174


What is difference between && and & in c?

830


Why are algorithms important in c program?

809


What is character set?

872


When we use void main and int main?

782


Implement bit Array in C.

867


What is the right type to use for boolean values in c? Is there a standard type?

770


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1140