Difference Between Call By Value and Call By Reference?
Answer Posted / prateek g
The call by value system copies the actual parameters to
actual parameters and then uses them i.e. the function
creates its own copy of values, any change in
these values will not be reflected
in the original values.
The call by reference system refers the actual parameters
i.e. these doesn’t creates a copy of original parameters,
any change in these parameters will be reflected back in
original parameters.
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between tables and structures?
What is meant by slab? How is indian slab and us slab? : sap abap hr
What is match code? : sap abap hr
can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.
Can you print decimals in type n?
What is meant by authorization? : sap abap hr
What does a lock object involve?
Can a filed occur in several field groups? : abap modularization
Explain the difference between cluster tables and pool table?
Mention the various databases integrities?
What is an rfc?
What is direct input method ?
What does the ‘suppress dialog’ do?
State the system field for the current date?
Explain the difference between a dialog program and a report?