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

how to write optimum code to divide a 50 digit number with a 25 digit number??

2739


Explain how can a program be made to print the name of a source file where an error occurs?

668


What is I ++ in c programming?

609


What is a newline escape sequence?

657


how to find anagram without using string functions using only loops in c programming

2706






What is a pointer in c plus plus?

681


Is it better to use malloc() or calloc()?

639


what are the different storage classes in c?

652


Are negative numbers true in c?

584


hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

1893


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2206


How can you find out how much memory is available?

604


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

639


What is the scope of static variable in c?

519


Should I learn data structures in c or python?

567