answersLogoWhite

0

In general, C offers better performance in terms of speed compared to Fortran.

User Avatar

AnswerBot

6mo ago

What else can I help you with?

Continue Learning about Computer Science

What are the key differences between gfortran and Fortran 77?

gfortran is a modern open-source compiler for Fortran, while Fortran 77 is an older version of the Fortran programming language. Some key differences include improved features and optimizations in gfortran, better compatibility with modern systems, and support for newer language standards beyond Fortran 77.


Is programming better than networking?

Programming is not better than networking as both are fields of equal importance in the computing world. Current trends however indicate that there are currently more programmers than network specialists in I. T.


When is insertion sort better than merge sort in terms of efficiency and performance?

Insertion sort is better than merge sort in terms of efficiency and performance when sorting small arrays or lists with a limited number of elements. Insertion sort has a lower overhead and performs better on small datasets due to its simplicity and lower time complexity.


What is the difference between the values of "a" and "a"?

The difference between the values of "a" and "a" is that "a" is higher in value and indicates a better performance or achievement compared to just "a."


What is the difference between Object-oriented software engineering and software engineering?

Object-oriented programming is just one possible methodology in the field of software engineering. It is a type of software engineering.See the related questions for a definition of object-oriented programming.

Related Questions

What is the best programming language to use for DVD cataloguing out of Pascal Fortran and LISP?

Pascal. Of the three, it is better suited to database programming.


What are the key differences between gfortran and Fortran 77?

gfortran is a modern open-source compiler for Fortran, while Fortran 77 is an older version of the Fortran programming language. Some key differences include improved features and optimizations in gfortran, better compatibility with modern systems, and support for newer language standards beyond Fortran 77.


What has the author J N P Hume written?

J. N. P. Hume has written: 'UCSD Pascal' 'Structured programming using PL/1 and SP/k' -- subject(s): PL/I (Computer program language), Structured programming 'Fortran 77 for scientists and engineers' -- subject(s): FORTRAN 77 (Computer program language) 'Better BASIC for the Apple' -- subject(s): Apple computer, BASIC (Computer program language), Programming 'VAX Pascal' -- subject(s): Pascal (Computer program language), VAX/VMS 'Introduction to Computer Science Using the Turi'


Which is better programming language or markup language?

It might depend on the purpose.


What is strongest programming language?

Not sure what you mean by strongest, but the best language is the one that meets or exceeds the requirements of the design brief. If performance is of the essence, then Assembler or C would be the languages of choice. However, for more complex projects, C++ would be better as it can greatly reduce development times without sacrificing performance. If performance is less of an issue but deadlines are short, then a more abstract language such as Java or C# would be a better choice.


What is the benefit of the C programming languages?

C language is better for hardware programming .Most of the programming for hardware are written in C language so it is beneficial for hardware programming is not efficient for application programming due to drawback like in C data moves around the system.


What do you think is the better type of language for writing complex data structures?

structured programming language ex:c,c++


Is COBOL used for science?

CoBol is a programming language invented in the 1960's. It stands for Common Business-Oriented Language and is largely ignored by the programming community today. Even back in the 1960s, it wasn't used much by scientists, as it's not really designed for the kinds of mathematics scientists need to do.There are better languages that can be used for science these days such as FORTRAN which was designed for scientific purposes or any of the newer object oriented languages such as C,C++,c#,VB et.c


What is c plus plus and where is it used?

C++ is a multi-purpose, cross-platform computer programming language that is used the world over to create everything from console games software to weather prediction software and everything in between.


Why is java language better than assembly language?

Beacuase Java's Concept is OOP object oriented programming and with grate feature include better then assembly lang.


What are the benefits of the Objective C programming language?

It builds large high-performance systems as well as provides better automatic memory management without compiling excess 'program trash'. It is considered one of the best programming methods, as supported by its use in Apple iOS and Mac OS X.


What is the worst programming language?

AnswerThere is no general answer to this question.While some languages might be better to solve a certain problem than others, every language has its field of application. Some languages might be educational (LOGO) or entertaining (LOLCODE) but that are applications anyway. Even languages like COBOL or FORTRAN still have their uses. The question is not "better or worse", it's "How does it fit my requirements".That said, there are language features which are bad in a way which is hardly debatable. For a discussion of some of these see:What is the worst programming language you ever worked with? (http://stackoverflow.com/questions/961942/what-is-the-worst-programming-language-you-ever-worked-with)Answer The only true contenders for the title of "worst" are those designed to be the worst, such as INTERCAL, Malbolge and Brainf*ck. INTERCAL, in particular, is not only a terrible language, but its compilers are also designed to be terrible. They're the only compilers I can think of that would pessimize, rather than optimize, programs. The terrible languages are often turing tarpits (http://esolangs.org/wiki/Turing_tarpit), but one doesn't always imply the other.AnswerC# is a general-purpose, block structured, procedural, imperative computer programming language that is just not meant to be used in serious enterprise applications.AnswerThose good old all-capital languages (FORTRAN, BASIC, COBOL): programs written in them are practically unreadable.