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

Answer Posted / manoj singh

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

Is This Answer Correct ?    2 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by recursion?

617


What does c in a circle mean?

565


What is volatile variable how do you declare it?

553


Do variables need to be initialized?

610


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

684






Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3100


Who invented b language?

894


How many types of errors are there in c language? Explain

560


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

721


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1725


write a program to display all prime numbers

1442


What is clrscr ()?

624


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3041


How are strings stored in c?

577


What is data structure in c and its types?

577