What is "Call by content" and "call by reference"?
Answer Posted / shiva
call by reference passes address of variable to the subprogram
and any changes to this variable will affect the main program
this is bcoz they have allocated the same memory..
whereas in call by content the value of the variable is
passed to the subprogram and any changes to that variable
does not affect the main pprogram..this is bcoz they have
allocated seperate memories.......
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is difference between static and dynamic call in cobol?
What is amode(24)?
What is rmode(24)
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are the different rules of SORT operation?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are literals?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Differentiate between structured cobol programming and object-oriented cobol programming.
) How do u handle errors in BMS macro?
What is cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How many sections are there in data division in COBOL?