explain the meaning and rules of IMPLICIT typing of variable names in FORTRAN.
Answers
Answered by
2
Answer:
An IMPLICIT statement specifies a type and size for all user-defined names that begin with any letter, either a single letter or in a range of letters, appearing in the specification. An IMPLICIT statement does not change the type of the intrinsic functions.
Similar questions