What is "Call by content" and "call by reference"?
Answer Posted / sruthi
Call by reference means address of var is passed to sub pgm.
The modifications on the passed vars in sub pgm will be
effected in main pgm.
call by content means value of the var is passed to sub pgm.
The modifications on the passed vars in sub pgm will not be
effected in main pgm. that is local to sub pgm.
| Is This Answer Correct ? | 47 Yes | 2 No |
Post New Answer View All Answers
Which is not true about evaluate statement
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.
What is the difference between next sentence and continue in cobol programing language?
how do you reference the ksds vsam file formats from cobol programs
What rules are followed by the search verb.
What are literals?
) how do u code after getting data?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to print 10 to 1 if the input have only 10 digit number?
how do you reference the printer file formats from cobol programs
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What do you understand by psb and acb?
How to remove 2 duplicate records and copy only one using job control language?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Difference between cobol and cobol-ii?