How can you print HELLO WORLD without using "semicolon"?

Answer Posted / spicy

#include<stdio.h>
void main()
{
if(printf("HELLO WORLD"))
getch();
}

Is This Answer Correct ?    3 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is logical error?

605


What is the purpose of ftell?

601


Why is python slower than c?

608


When do we get logical errors?

639


Is exit(status) truly equivalent to returning the same status from main?

587






hi, which software companys will take,if d candidate's % is jst 55%?

1666


Explain how can I convert a number to a string?

650


Where are local variables stored in c?

570


What are the usage of pointer in c?

704


What are the different categories of functions in c?

648


What is a const pointer in c?

670


What does s c mean in text?

615


What are the ways to a null pointer can use in c programming language?

592


Are pointers integers in c?

612


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

1586