What is the difference between passing by reference and passing a reference?


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

Post New Answer

More C++ General Interview Questions

What is a memory leak c++?

0 Answers  


What is else syntax in c++?

0 Answers  


Define upcasting.

0 Answers  


Explain virtual class and friend class.

0 Answers  


Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?

0 Answers  






What is the return value of the insertion operator?

0 Answers  


Why can templates only be implemented in the header file?

0 Answers  


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

0 Answers  


When to use Multiple Inheritance?

6 Answers  


Do you know what is overriding?

0 Answers  


What is double in c++?

0 Answers  


What do you mean by abstraction in C++?

1 Answers  


Categories