how can we print  hellow world programme without using semicolon

Answer Posted / rohit kakade

#include<stdio.h>
#include<conio.h>
void main(void)
{
     while(printf("HellO")==0)
getch();
}

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c is a low level language?

568


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

741


a c code by using memory allocation for add ,multiply of sprase matrixes

2306


What does s c mean in text?

618


Explain null pointer.

624






the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

609


What is class and object in c?

592


Why static variable is used in c?

560


What is a sequential access file?

650


Differentiate between the = symbol and == symbol?

720


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

587


What is difference between array and structure in c?

583


How many types of functions are there in c?

587


What are reserved words?

659


What do you know about the use of bit field?

614