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
Can you assign a matchcode object to a parameter? If so how?
How do you convert non-char field into char type fields ?
What is the difference between a structure and a table?
function modules are also external subroutines. State true or false. : abap modularization
How do you find if a logical database exists for your program requrements?
What is the syntax for call transaction? : abap bdc
How do you find number of records present in internal table?
Explain the differences between at selection-screen and at selection-screen output?
What is a development class? : abap data dictionary
What are the different abap/4 editors?
What are the main uses of the primary key?
Explain what are extracts?
What is the use of enqueue function module? : sap abap data dictionary
What is protect & endprotect?
What takes most time in SAP script programming?