CS 3304: Comparative Languages
Subprograms
[
Course Documents
] : [
Subprograms
]
Previous
Contents
Next
Keyword Index
Local Variables in Example PLs
FORTRAN 77 and 90--most are static, but can have either (SAVE forces static)
C--both; default is stack dynamic, but variables declared to be static are
Pascal, Modula-2, and Ada--dynamic only