What is Static and Dynamic linking ?

Answer Posted / vampire

good example for this is call by refference and call by value


call by refference it is a static linking once subprogram
modified it effects the main program


call by value is dynamic linking modifying the subprogram
wont effect the main program

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a report item?

912


What the difference is between continue and next sentence?

877


Differentiate between structured cobol programming and object-oriented cobol programming.

838


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

6096


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2879


What is the default value(s) for an initialize and what keyword allows for an override of the default?

957


When is inspect verb is used in cobol?

922


What is Pic 9v99 Indicates in COBOL?

937


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

940


Explain what you understand by passing by value.

918


What are the pertinent COBOL commands?

2832


What are the access modes of START statement?

939


Write a program to enter and display the names of students in a class using the occurs clause.

932


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

1171


What is the difference between PIC 9.99 and 9v99 in COBOL?

984