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 /

#include<stdio.h>
main()
{
for(int x=0; x=3; x++)
printf("Forever.....");
}

Is This Answer Correct ?    14 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a built-in function be recursive?

1078


What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?

1103


Can a program run without main in c++?

1289


Should the this pointer can be used in the constructor?

1076


What relational operators if statements in c++?

1233


Why the usage of pointers in C++ is not recommended ?

1519


What is the average salary of a c++ programmer?

1067


What is a map in c++?

1292


How to implement is-a and has-a class relationships?

1084


What happens if a pointer is deleted twice?

1324


Is there any function that can skip certain number of characters present in the input stream?

1127


What is virtual methods?

1179


What is type of 'this' pointer?

1117


Write a program in c++ to print the numbers from n to n2 except 5 and its multiples

2545


Explain polymorphism?

1123