Difference Between Call By Value and Call By Reference?
Answer Posted / vino
Mostly call by value and call by reference is differ from
copy and modify process..
Copy:
Call by value:
It take difference memory locations for variables.Duplicate copy of the original parameter is passed.
Call by reference:
It takes Same memoy locations for variables.Actual copy of the original parameter is passed.
Modify:
Call by value:
No affect on original parameter after modifying the parameter in functions.
Call by reference:
original parameter can be affect afetr modifying the parameter in function..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the system fields?
What is human resource information systems (chris)? : sap abap hr
Difference between function group and function module?
What are field symbols?
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?
What are null values?
what is the exact code that shoud be implimented in sap note
What is meant by authorization? : sap abap hr
Does every abap/4 have a modular structure?
How do I find the output type of a table or a program?
What is the difference between a dialog program and a report?
What are the types of the programming language used in the sap abap software?
In sap script how to print bar code in vertical manner
What are dml commands in abap?
Specify the types of data dictionary objects.