What are pass by value and pass by reference?what is the disadvantage of pass by value?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

What is the difference between virtual functions and pure virtual functions?

1 Answers  


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


In C++ what is a vtable and how does it work?

0 Answers   Agilent,


What is an abstract class in C++

0 Answers   SwanSoft Technologies,


Explain function prototypes in C++.

0 Answers   Aricent,


Write a C++ Program to Display Number (Entered by the User).

1 Answers  


What is placement new?

1 Answers   Amazon,


What is an algorithm (in terms of the STL/C++ standard library)?

0 Answers   Amazon,


Explain the difference between method overriding and method overloading in C++?

0 Answers   Accenture,


Write a program to generate the Fibonocci Series in C++.

0 Answers   Accenture,


What is pass by value & reference.

0 Answers   Accenture,


How can you force the compiler to not generate them?

0 Answers   Amazon,


Categories