Explain pass by value and pass by reference.


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

Post New Answer

More C++ General Interview Questions

Why was c++ created?

0 Answers  


What problems might the following macro bring to the application?

0 Answers  


How do you initialize a class member, class x { const int i; };

8 Answers   emc2,


Is java the same as c++?

0 Answers  


What do you mean by public protected and private in c++?

0 Answers  






What does h mean in maths?

0 Answers  


How can we access protected and private members of a class?

0 Answers  


What is the type of 'this' pointer? When does it get created?

0 Answers  


What is the difference between reference and pointer?

0 Answers  


what is VOID?

0 Answers  


Explain the difference between new() and malloc() in c++?

0 Answers  


program to print this triangle * * * * * *

12 Answers   Infosys,


Categories