what is call by value and call by reference ?
Answer Posted / 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 |
Post New Answer View All Answers
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how do you define single dimensional array and multidimensional array in your cobol?
What is the compute verb? How is it used?
What are the various section in data division and briefly explain them.
what are decleratives in cobol?
What is a SSRANGE and NOSSRANGE?
Can we change the password using ALTER? anyone tried and changed?
Mention the guidelines to write a structured cobol program?
Can you please let me know the centre name of INS certification in Kolkata.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Why occurs cannot be used in 01 level in COBOL?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Describe the cobol database components?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Explain about different table spaces.