What is the difference between CALL BY VALUE and CALL BY
CONTENT?
Answer Posted / shashikumar.d
if we can do any modification in forml arguments that
change can't effected actual arguments. this is known as
call by value.
if we can do any modification in forml arguments that
change can effected to actual arguments. this is known as
call by content.
Is This Answer Correct ? | 15 Yes | 18 No |
Post New Answer View All Answers
What is rmode(24)
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is perform what is varying?
Write the code to count the sum of n natural numbers.
What are the access modes of START statement?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
what happens if parmparameter passes zero bytes to the program
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What type of SDLC u followed? Why?
What is the usage of comp fields in cobol?