1.

A valid variable declaration in FORTRAN is __________(a) real :: Celsius(b) real Celsius;(c) Celsius real;(d) real : CelsiusI have been asked this question in an internship interview.The question is from FORTRAN Basics topic in portion Computer Languages of Computer Fundamentals

Answer»

Correct option is (a) REAL :: Celsius

The best I can explain: A variable declaration has the FOLLOWING SYNTAX:

Data TYPE:: variable NAME



Discussion

No Comment Found

Related InterviewSolutions