Difference Between Call By Value and Call By Reference?
Answer Posted / maqbul
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 ? | 109 Yes | 33 No |
Post New Answer View All Answers
Explain read dataset in sap abap?
What are the update types possible? : abap data dictionary
What is primary index?
How do you take care of performance issues in your ABAP programs?
What are the basic object types? : sap abap hr
What are the types of subroutines? : abap modularization
What are the differences between the table and the structure in the data dictionary in the sap abap?
What is the difference between Exit and Stop?
What is the difference between tables and structures?
What kind of BDC programs are written ?
What is modularization and its benefits? : abap modularization
Explain the use of insert and append statement in sap abap?
What are the different types of locks? : abap data dictionary
What are the field and chain statements?
When the get cursor command used in interactive lists?