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


Please Help Members By Posting Answers For Below Questions

What is persistence in oop?

669


What does it mean when someone says I oop?

579


Why is abstraction used?

601


Can we have inheritance without polymorphism?

608


How long to learn object oriented programming?

560






Plese get me a perfect C++ program for railway/airway reservation with all details.

3427


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2100


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1635


State what is encapsulation and friend function?

695


What is the difference between encapsulation and polymorphism?

591


I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...

1622


What is abstraction in oops with example?

770


What is meant by oops concept?

608


Why do we use oops?

589


What is the real time example of inheritance?

636