Difference Between Call By Value and Call By Reference?
Answer Posted / neeraj mishra
Call by value:
A copy of actual parameters is passed into formal parameters.
Call by reference:
Reference or address of actual parameters is passed into formal parameters.
To learn more about them with example you can refer below link:
http://www.thecrazyprogrammer.com/2015/12/difference-between-call-by-value-and-call-by-reference-in-c.html
Happy Coding!! :) :)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How memory management happens for internal tables and work areas in abap?
what is friend class
Can a constructor be redefined?
What are the different types of parameters? : abap modularization
What is the difference between open_form and close_form?
What are the different types of abap reports in sap?
What is the difference of update types in call transaction method ? : abap bdc
Can you delete data element, which is being used by table fields. : abap data dictionary
What is a collect statement?
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
Explain badi in abap.
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
What is alv programming in abap? When is this grid used in abap? : abap hr