What is the difference between pass by reference and pass by
value?
Answer Posted / prakash
give me the sample code of pass by reference and pass by
value in c++ !!!!!!!1
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is abstraction and encapsulation?
What is abstraction in oops?
What is polymorphism give a real life example?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What does and I oop mean?
What are the benefits of interface?
what's the basic's in dot net
What does sksksk mean in text slang?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What are the benefits of polymorphism?
write a program that takes input in digits and display the result in words from 1 to 1000
What is encapsulation and abstraction? How are they implemented in C++?
What is oops in simple words?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is super in oop?