what is call by value and call by reference ?

Answers were Sorted based on User's Feedback



what is call by value and call by reference ?..

Answer / srinivasa yadav

CALL BY VALUE: THE MEMORY AREA FOR ACTUAL AND FORMAL
PARAMETERS ARE DIFFERENT.
CALL BY REFERENCE: THE MEMORY AREA FOR ACTUAL AND FORMAL
PARAMETERS ARE SAME. SO WHATEVER VALUES HAS CHANGED IN
FORMAL PARAMETERS WILL BE EFFECTED TO ACTUAL PARAMETERS.

Is This Answer Correct ?    24 Yes 2 No

what is call by value and call by reference ?..

Answer / pradeep reddy

call by reference is a defoult if we change farmal
parameters then actual parameters also get changed..
call by value: its user defined if we change farmal
parameters not effected actual parameters...

Is This Answer Correct ?    15 Yes 3 No

what is call by value and call by reference ?..

Answer / raghunathareddy

call by value means intialize the vatriable..cal by ref means
calling the reference....

Is This Answer Correct ?    6 Yes 7 No

Post New Answer

More COBOL Interview Questions

What is "Call by content" and "call by reference"?

4 Answers   ADP, Syntel,


In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?

1 Answers   CSC,


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

0 Answers  


whats the disadvantage of search all over search?

4 Answers   Patni, TCS,


Can anybody give me example of subscript and index

5 Answers  






what is the difference between Plan & package

3 Answers   IBM,


how can we get current dat and time thru cobol pgm

3 Answers   DELL,


What is the difference between CONTINUE & NEXT SENTENCE ?

2 Answers  


Can printer files (having 133 characters) be of variable length?

3 Answers  


What will happen if we generate GDG +2 version instead of +1 version?

2 Answers   T systems,


what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?

2 Answers   BirlaSoft,


Explain about different table spaces.

0 Answers  


Categories