what is advantages and disadvantages in call by value and
call by reference
Answer Posted / mukesh
In call by value method-The copy of variables are passed into the function and it does not overwrite the original values declared in main function. It consumes much space than call by reference method
In call by reference method- The address of variables are passed into the function and it will overwrite the original values declared in main function. It consumes less space the call by value method.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Which transaction code can I used to analyze the performance of ABAP program.?
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
What will exactly the hide statement do?
What are the list of screen elements?
What are the difference between tables and structures?
What is sap abap data dictionary?
What is a batch input session? : abap hr
What is the difference between the exits created in M.M and S&D?
What is a data dictionary? : abap data dictionary
What are different ABAP editors? What are the differences?
What are field groups?
How to insert a line into abap internal tables?
What is example class
Can you print decimals in type n? What is difference between float and packed data type?