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 more efficient to pass as a parameter--a pointer or
an object? Why?



What is more efficient to pass as a parameter--a pointer or an object? Why?..

Answer / amar

Passing a parameter by pointer is more efficient than
passing as object. When a parameter is passed as object
another of copy of the object is created on stack hence it
has two overheads, 1. it takes cpu cycle while creating
copy object 2. it takes memory on stack.

Passing the parameter through pointer could lead to a
situation where function can acciedently change the value
of the object.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More VC++ AllOther Interview Questions

What is the difference between the = and == operators?

1 Answers  


What function is used to trap all mouse messages?

1 Answers  


What is vcruntime?

0 Answers  


what is mean [] inc what is the use of include conio.h in c

1 Answers   BirlaSoft,


Do you need microsoft visual c++?

0 Answers  


What is microsoft visual c++ runtime library error?

0 Answers  


Can I remove microsoft visual c++?

0 Answers  


difference between assert and verify.

0 Answers  


What is command routing in VC++

3 Answers   Siemens,


what is DLL?

7 Answers   Zenith,


How do I remove microsoft visual c++ 2015 redistributable?

0 Answers  


What is the file extension used for C++ class implementation files?

3 Answers  


Categories