What is the difference between pass by reference and pass by
value?
Answer Posted / sravanthi
pass by reference is nothing but a value is called by using
its reference value i.e., its address value where as pass by
value is that which is called by its value initialized.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
How oops is better than procedural?
What is abstract class in oops?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Where You Can Use Interface in your Project
write knight tour problem which is present in datastructure
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Why do we need oop?
Why do we use oop?
what type of question are asked in thoughtworks pair programming round ?
write a program that takes input in digits and display the result in words from 1 to 1000
What is class in oop with example?
What is object in oop?
What is the full form of oops?
Is this job good for future? can do this job post grduate student?
What is multilevel inheritance explain with example?