Fortran Programming Question:
Download Questions PDF

What is the advantage of an array over a spreadsheet format?

Fortran Interview Question
Fortran Interview Question

Answer:

Both can store similar types of information in a neatly labeled and organized way. The advantage lies in where they are used. You have more control over how Fortran arrays are used than how the contents of aspreadsheet are used. In addition for any given operation on an array of numbers, once the Fortran is written, it will do the job much faster than aspreadsheet. On the other hand, when operations are not complex and computer execution time is not a problem using the spreadsheet is probably your best bet.

Download Fortran Interview Questions And Answers PDF

Previous QuestionNext Question
What can we do if our lines wrap around to the next line?Do spaces mater in Fortran equations?