Difference Between Call By Value and Call By Reference?
Answer Posted / vinay kumar gupta
call by value :
call by value means programmer send some value coping from
one function to another.At the time of function calling a
programmer can send a copy of variable of value.
call by referance :
it means sending sending the address of variable to the
called function means a user can send the address of variable.
| Is This Answer Correct ? | 181 Yes | 65 No |
Post New Answer View All Answers
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
How do you Export a session ?
What is a matchcode?
What are the difference between tables and structures?
what is bapi,badi,bdc,ale idocs?
How we format the data before writing a statement in the report?
What functions does a data dictionary perform ?
What is the difference of update types in call transaction method ? : abap bdc
What is meant by hotspots?
What is the disadvantage of a call by reference? : abap modularization
What is the abap program name to process the batch input session automatically? : abap bdc
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
What two statements are required in an abap program to output an icon using a write statement?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary