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

Answer Posted / bhumit

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

Is This Answer Correct ?    20 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate Source Codes from Object Codes

791


If I have a char * variable pointing to the name of a function ..

608


Is c++ based on c?

630


what is the difference between class and unio?

1838


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

603






What is the most efficient way to store flag values?

664


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

621


What is the difference between ++a and a++?

667


What are pointers? Why are they used?

602


Explain how do you sort filenames in a directory?

584


What do you mean by a sequential access file?

608


Are bit fields portable?

646


Differentiate between #include<...> and #include '...'

593


What is a scope resolution operator in c?

722


What is return in c programming?

486