What are the features added in FORTRAN 90?
What are the features added in FORTRAN 90?
- FORTRAN 90 is the successor to FORTRAN 77 that reflected the new added features like free form source input and the lowercase keywords.
- Inline comments are being added to make the programming more simple and easy to understand.
- It provided the ability to operate the functionality on arrays and provide the mathematical calculations or computations.
- The expression that is being given as: X(1:N)=R(1:N)*COS(A(1:N))
- WHERE, statement is being used for assigning the selective array, the constants and the expressions of the array.
- Recursive procedures are being devised and used with the modules that are related to the group of procedures.