what is advantages and disadvantages in call by value and
call by reference
Answer Posted / shivam sharma
when formal arguments are ordinary variables then it is called function call by passing value.
and when formal arguments are pointer variables then it is called function call by passing address.
when formal arguments are reference variable then it is called function call by passing reference.
most of the times people considers call by reference and call by address is same but it's not.it is unique in different context.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the advantages of logical databases : abap hr
Explain how data is stored in cluster table?
visibility section for class level and attributes level
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
what is diff between idocs,bdc,rfc and bapi. give real time answer
Can we make use of flow logic control key words in abap/4 and vice-versa?
What is the diff between database view and maintenance view?
Which bdc you prefer? : abap bdc
Where do you code the hide statement?
What are multiple use BADIS?
How to call a subroutine in sapscript?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What is an on”*-input filed” statement?
Program for Prime numbers and Matrix plz explain me the procedural method with steps
Can you delete data element, which is being used by table fields. : abap data dictionary