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

I need a sort of an approximate strcmp routine?

661


What is mean by data types in c?

552


How can I read a binary data file properly?

635


write a c program to calculate sum of digits till it reduces to a single digit using recursion

2721


Explain that why C is procedural?

660






What is a sequential access file?

648


What does the file stdio.h contain?

608


c language interview questions & answer

1463


When should the register modifier be used? Does it really help?

614


Is null valid for pointers to functions?

613


Can i use “int” data type to store the value 32768? Why?

756


What are examples of structures?

597


What is the difference between a free-standing and a hosted environment?

642


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

1906


Can main () be called recursively?

630