Difference Between Call By Value and Call By Reference?

Answer Posted / soumya.tavildar

call by value :
The copy of the argument is passed. e,g., if x and y are arguments and their corresponding values are say 100 and 200.
c=max(x,y);
max(inta,intb)

call by referance :
it is sending the address of variables to the called function.

Is This Answer Correct ?    89 Yes 41 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you find number of records present in internal table?

564


What is bdc programming in sap?

612


What is the difference between table and template?

570


How do you work with semi colon se[arated files in BDC ?

1448


What are the different types of the sap abap data dictionary objects?

538






Can we create a gui status in a program from the object browser?

574


what is mean be On Change of in Control Break statement

842


Type casting and error handling

927


What is a subscreen? How can we use a subscreen?

562


What is the difference between synchronous and asynchronous update?

641


Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?

1610


Define spool request?

659


What is transparent table?

596


What are the attributes of the data? : abap data dictionary

650


How to display if the value entered contains records or not?

581