Explain call by context by comparing it to other calls.
Answer Posted / mahathiaz
The parameters passed in a call by context are protected
from modification by the called program. In a normal call
they are able to be modified
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
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 are the different rules of SORT operation?
Define static linking and dynamic linking.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Write down the divisions of cobol program?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Write some characteristics of cobol as means of business language.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What are declaratives and what are their uses in cobol?
What type of SDLC u followed? Why?
How you can characterize tables in cobol?
Write the code to count the sum of n natural numbers.