Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is the purpose of main() function?

1302


Why clrscr is used after variable declaration?

1760


What is ## preprocessor operator in c?

1129


What is the difference between a string and an array?

1258


int far *near * p; means

3620


List some applications of c programming language?

997


‎How to define structures? · ‎

1145


Write a program to check prime number in c programming?

1143


Describe the difference between = and == symbols in c programming?

1447


How to delete a node from linked list w/o using collectons?

2821


What is the difference between if else and switchstatement

1999


Why header file is used in c?

1152


what is the function of pragma directive in c?

1178


What is structure in c language?

1237


Is there any possibility to create customized header file with c programming language?

1105