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 is the output of the following code:
int v()
{
int m=0;
return m++;
}
int main()
{
cout<<v();
}




1) 1


2) 0


3) Code cannot compile

Answer Posted / durga shankar mishra

write answer of the 0

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a class in oop?

1071


what type of questions

2075


What are the 3 pillars of oop?

1123


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1589


Is react oop?

1026


What is object in oop with example?

1191


What is meant by multiple inheritance?

1201


Can abstract class have normal methods?

1010


What is the example of polymorphism?

1056


What is class encapsulation?

1042


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

2108


What is encapsulation example?

997


What is a function in oop?

1037


What are the three parts of a simple empty class?

2011


What is polymorphism explain its types?

1116