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 the difference between next sentence and continue in cobol programing language?
Write down the divisions of cobol program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the problem of ordered sequential files access?
What are various search techniques in cobol? Explain.
What are the different open modes available in cobol?
explain sorting techniques in cobol program?
Can you please let me know the centre name of INS certification in Kolkata.
Which mode is used to operate the sequential file?
How to print 10 to 1 if the input have only 10 digit number?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are the different rules for performing sort operation?
Explain what you understand by passing by value.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
HOw can I get the negative sign while deduct high value from low value