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...

write infinite loop in C++ which does not use any variable
or constant?

Answer Posted / gyanendra verma

#include<iostream.h>
#include<conio.h>
void main()
{
while!kbhit())
{
gotoxy(10,20);
printf(" Infinite loop by gyanendra verma ";
}
getch();
}
kbhit() : - A function that wait untill key press

Is This Answer Correct ?    3 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why are pointers not used in c++?

1129


Explain binary search.

983


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

1125


What is c++ and its features?

1011


Tell me what are static member functions?

1076


What are the rules for naming an identifier?

1062


What is the difference between #import and #include in c++?

1104


Is c++ free?

1095


What is the basic of c++?

1058


Can we run c program in turbo c++?

1078


What is iterator c++?

978


How to defines the function in c++?

1123


What is a constructor in c++ with example?

1126


What is iostream in c++ used for?

1027


How to give an alternate name to a namespace?

1080