How to print "Hi World" without using semi colon?
Answer Posted / ankit choudhary
void main()
{
clrscr();
if(printf("\nHi World"))
getch();
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is atoi and atof in c?
in iso what are the common technological language?
What is the deal on sprintf_s return value?
What are multibyte characters?
What are the Advantages of using macro
What is sizeof return in c?
When should a far pointer be used?
What are pointers?
What are the complete rules for header file searching?
What is the purpose of scanf() and printf() functions?
what will be maximum number of comparisons when number of elements are given?
What are identifiers and keywords in c?
Is file a keyword in c?
Explain what’s a signal? Explain what do I use signals for?
what is use of malloc and calloc?