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

What will happen when the following code is run:
int x;
while(x<100)
{
cout<<x;
x++;
}




1) The computer will output "0123...99"


2) The computer will output "0123...100"


3) The output is undefined

Answer Posted / sanish joseph

ans s absolutely right..

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write string class as your own class in java without using any built-in function

2553


Are polymorphisms mutations?

1213


What is and I oop mean?

1279


Can we override main method?

1280


What are the three parts of a simple empty class?

2097


can inline function declare in private part of class?

4500


to find out the minimum of two integer number of two different classes using friend function

2186


What is the example of polymorphism?

1210


What is inheritance write a program to show use of inheritance?

1204


What is data binding in oops?

1150


What is basic concept of oop?

1222


How many human genes are polymorphic?

1110


What is the difference between static polymorphism and dynamic polymorphism?

1137


can we make game by using c

4221


What is constructor in oop?

1172