What is the difference between pass by reference and pass by
value?
Answer Posted / ganesh
in pass by referce function can access original memory
location of variable so can access value while in case of
pass by value fuction can copy the value of variable to the
prototype of its kind of variable so calling funcion can
access the prototype variable but not the direct original
variable.
| Is This Answer Correct ? | 16 Yes | 9 No |
Post New Answer View All Answers
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What are two types of polymorphism?
What is for loop and its syntax?
Whats is abstraction in oops?
What are constructors in oop?
What is polymorphism used for?
What is a class and object?
Can an interface inherit a class?
Can we override main method?
What is encapsulation in oop?
What is the renewal class?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is polymorphism and why is it important?
Why is abstraction used?
What is coupling in oops?