volume_mute

Fortran implicit declaration

publish date2022/09/01 23:55:00 GMT+10

volume_mute

An identifier that appears in a program that is not explicitly declared is implicitly declared according to the following convention: If the identifier begins with one of the letters I, J, K, L, M, or N, or their lowercase versions, it is implicitly declared to be Integer type; otherwise, it is implicitly declared to be Real type.

True
False

Correct Answer

True

Reference

Concepts of Programming languages, 10th ed


Quizzes you can take where this question appears