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
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What is a 'z' report?
Differentiate database index and match code.
What is a persistent class?
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
What are the system fields? Explain?
What is table pool?
What is off cycle payroll run
what are the problem we face during development( if we say v are in support(development)? what are the critical problems araises during LSMW updation and Smart form layout development for involce and po? very very important questions now a days commonly asking..plz plz reply me
How to write a code in tab control? : abap bdc
What is an abap data dictionary? : abap data dictionary
Difference between top-of-page and top-of-page during at line- selection?
Define structure in abap data dictionary?
What are the differences between table controls and step loops?
How can you access the function code from menu painter?