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

What are the classes in c++?

0 Answers  


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

0 Answers  


what is the emaning of '#include" "'?

5 Answers  


what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?

0 Answers  


What are references in c++? What is a local reference?

0 Answers  


Explain differences between alloc() and free()?

0 Answers  


What is a forward referencing and when should it be used?

0 Answers  


What are the restrictions apply to constructors and destructors?

0 Answers  


Write a struct time where integer m, h, s are its members?

0 Answers  


What are pointer-to-members in C++? Give their syntax.

0 Answers   HAL,


Do the parentheses after the type name make a difference with new?

0 Answers  


a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?

2 Answers   CTS,


Categories