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

How can I make it pause before closing the program output window?

585


Why calloc is better than malloc?

574


Are the outer parentheses in return statements really optional?

581


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

716


What does it mean when the linker says that _end is undefined?

638






What is the use of f in c?

561


What are the types of bitwise operator?

667


Write a program that accept anumber in words

1256


Differentiate between new and malloc(), delete and free() ?

679


How do you use a pointer to a function?

639


How important is structure in life?

595


What is quick sort in c?

588


What is output redirection?

698


Explain what is the concatenation operator?

629


In C programming, what command or code can be used to determine if a number of odd or even?

627