How to print "Hi World" without using semi colon?

Answer Posted / ayyanar.m

main()
{
clrscr();
if(printf("HI World"))
getch();
}

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is scanf_s in c?

637


Write the control statements in C language

656


How can this be legal c?

658


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

2991


What is a floating point in c?

607






What is call by value in c?

565


What do mean by network ?

661


What is array of structure in c?

605


Explain what is a pragma?

596


Is c procedural or functional?

593


What are the advantages of c preprocessor?

715


What is the difference between malloc calloc and realloc in c?

655


What is the advantage of c?

613


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

617


If you know then define #pragma?

678