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

If you had the following code: int x = 23; int *y; y = &x;
The instruction y++; does what?

Answer Posted / anu

Then y will point to next memory location.
If we are using (*y)++ will increment value to 24.

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which software is used for c++ programming?

1135


Is eclipse good for c++?

1105


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

1105


Difference between a homogeneous and a heterogeneous container

1208


Why are pointers used?

1054


Differentiate between a constructor and a method in C++.

1119


Which should be more useful: the protected and public virtuals?

1092


What is the most useful programming language?

1111


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

1256


What is the this pointer?

1166


Is multimap sorted c++?

1072


Is c++ slower than c?

1111


How much maximum can you allocate in a single call to malloc()?

1161


What does new return if there is insufficient memory to make your new object?

1086


What is do..while loops structure?

1211