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
Explain what is a static function?
Why is a semicolon (;) put at the end of every program statement?
Explain why c is faster than c++?
Explain how can you restore a redirected standard stream?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Explain how do you determine whether to use a stream function or a low-level function?
Why main is not a keyword in c?
i want to know the procedure of qualcomm for getting a job through offcampus
What is difference between && and & in c?
Why are algorithms important in c program?
What is character set?
When we use void main and int main?
Implement bit Array in C.
What is the right type to use for boolean values in c? Is there a standard type?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?