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

Without Computer networks, Computers will be half the use. Comment.

2058


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1725


What are 3 types of structures?

832


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

3012


how do you execute a c program in unix.

865


Why is c called a mid-level programming language?

964


What is the data segment that is followed by c?

843


What are header files? What are their uses?

849


write a program to display all prime numbers

1689


What is scope rule of function in c?

792


Define macros.

1035


Why is extern used in c?

840


What is an lvalue?

848


code for find determinent of amatrix

1741


Can we access array using pointer in c language?

860