|
INTERVIEW QUESTIONS
PROGRAMMING LANGUAGES
FORTRAN
DETAILS
Question: How do we know where various steps go in a Fortran program?
Answer: Some commands have special locations, but most are located by the needs of the specific program. The PROGRAM card is always first. Statements giving variable types (INTEGER, REAL, LOGICAL, CHARACTER, ...) should precede "executable" statements. The END card must always be at the end of the program unit.
|
|
|
Category |
Fortran Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 8006 users |
Added on |
5/15/2014 |
Views |
71235 |
Rate it! |
|
|
Question:
How do we know where various steps go in a Fortran program?
Answer:
Some commands have special locations, but most are located by the needs of the specific program. The PROGRAM card is always first. Statements giving variable types (INTEGER, REAL, LOGICAL, CHARACTER, ...) should precede "executable" statements. The END card must always be at the end of the program unit. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
Where can I get a Fortran Compiler for an IBM PC?
|
View Answer
|
|
How do you use a logical variable? What is stored there?
|
View Answer
|
|
What directory is used by the compiler for compiling a Fortran Program? Where does f77 live?
|
View Answer
|
|
Why do you put so many lines of empty space in your programs?
|
View Answer
|
|
Do we need to prompt the user for input on our programs?
|
View Answer
|
|
Do we need to prompt the user for input on our programs?
|
View Answer
|
|
Can you give us a complete list of the Fortran commands and what they do?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All Fortran Interview Questions & Answers - Exam Mode /
Learning Mode
|