1.

First statement in a fortran code is _________(a) include statement(b) import statement(c) program statement(d) @data statementThe question was posed to me during a job interview.My doubt stems from FORTRAN Basics topic in division Computer Languages of Computer Fundamentals

Answer»

Correct answer is (C) program STATEMENT

For explanation: It is the program statement. program statement is FOLLOWED by the program name.

Syntax : program XYZ



Discussion

No Comment Found

Related InterviewSolutions