How do we know where various steps go in a Fortran program?

Submitted by: Administrator
Some commands have special locations, but most are located by the needs of the specific program. The PROGRAM card is always first. Statements giving variable types (INTEGER, REAL, LOGICAL, CHARACTER, ...) should precede "executable" statements. The END card must always be at the end of the program unit.
Submitted by: Administrator

Read Online Fortran Job Interview Questions And Answers