Question: 7.3 In FORTRAN, global variables are created using a COMMON statement, but it is not required that the global variables have the same name in

 7.3 In FORTRAN, global variables are created using a COMMON statement,

7.3 In FORTRAN, global variables are created using a COMMON statement, but it is not required that the global variables have the same name in each subroutine or function. Thus, in the code FUNCTION F COMMON N END SUBROUTINE S COMMON M END variable N in function F and variable m in subroutine s share the same memory, so they behave as different names for the same global variable. Compare this method of creating global variables to that of C. How is it better? How is it worse? 7.3 In FORTRAN, global variables are created using a COMMON statement, but it is not required that the global variables have the same name in each subroutine or function. Thus, in the code FUNCTION F COMMON N END SUBROUTINE S COMMON M END variable N in function F and variable m in subroutine s share the same memory, so they behave as different names for the same global variable. Compare this method of creating global variables to that of C. How is it better? How is it worse

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!