what is call by value and call by reference ?
Answer Posted / 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 |
Post New Answer View All Answers
What is link edit in cobol?
Can we change the password using ALTER? anyone tried and changed?
Write a program that uses move corresponding.
Describe the cobol database components?
What is the difference between Global and External Variables?
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.
Explain how you can characterize tables in cobol?
) How do u handle errors in BMS macro?
What is length is cobol?
For rewrite, why is it mandatory that file needs to be opened?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Differentiate between structured cobol programming and object-oriented cobol programming.
Discuss about changing dataset name in proc.
What the difference is between continue and next sentence?
What are the various section in data division and briefly explain them.