What is the difference between CALL BY VALUE and CALL BY
CONTENT?
Answer Posted / sridevi
Call by value will not return the data back to the calling
program
Call by reference shares the common storage for the
variables used between the calling and called program and
the called program returns the data back to the calling
program through by reference
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is perform what is varying?
What is link edit in cobol?
What is a report item?
What is the difference between binary search and sequential search?
State the various causes of s0c1, s0c5 and s0c7.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are different data types in cobol?
How do you define a variable of comp-1 and comp-2?
what happens if parmparameter passes zero bytes to the program
What is the difference between structured cobol programming and object alternativelyiented cobol?
How many bytes S(8) comp field occupy and its maximum value?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between a binary search and a sequential search what are the pertinent cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Can we change the password using ALTER? anyone tried and changed?