Fortran Programming Question:

How does Fortran 90 relate to FORTRAN 77?

Tweet Share WhatsApp

Answer:

With a few minor exceptions, Fortran 90 is a superset of X3.9-1978 FORTRAN.

But this does not mean that all "77" codes will port sans changes. Many (if not most) programmers employed constructs beyond the '77 standard, or rely on unspecified behavior (say, assuming that an OPEN of an existing file will position the file pointer to just past the last record already written) which has changed (that is to say, has become specified).

Download Fortran PDF Read All 13 Fortran Questions
Previous QuestionNext Question
How should one spell FORTRAN/Fortran?Why do you put so many lines of empty space in your programs?