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 long does this loop run:

for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever

Answer Posted / sentrix

Forever.

Is This Answer Correct ?    17 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the full form of ios?

1136


What is an associative container in c++?

1105


How do you compile the source code with your compiler?

1103


What is singleton class in c++?

1093


Can we use this pointer in a class specific, operator-overloading function for new operator?

1148


What is Destructor in C++?

1249


Explain storage qualifiers in c++.

1132


Mention the ways in which parameterized can be invoked.

969


How are the features of c++ different from c?

1165


Can constructor be static in c++?

1167


What is a breakpoint?

1075


What is virtual table?

1174


Explain the difference between class and struct in c++?

1106


What is a string example?

1146


Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

1335