answersLogoWhite

0


Best Answer

"c is a mother language no dis advantage."

If there were no disadvantages to C, then C would be the only programming language!

C is not an object oriented language - to make it so, C++ was developed.

C is not a "strongly" typed language. Some might see this as an advantage (as there are times when this is highly beneficial). From a code maintenance standpoint this is a weakness. C also has been (especially in the early days) considered highly cryptic. To be fair, any programming language can be coded cryptically, it's just easier in C.

C requires something to be defined before it can be used. This is not an entirely bad thing as Best Design Practices calls for "Top-down" design with "bottom-up" implementation.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

The major disadvantage is due to the lack of popularity and lack of widespread support and knowledge.

LISP should therefore only be chosen for new development if there are strong specific reasons that qualify LISP as the by far best suited language for the job.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Identify two second generation program language e.g ALGOL. (Must include about 2 paragraph max. about each particular program language) It must include the person who developed the program language and when it was developed.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Despite lisp being a fairly easy language to learn with high functionality, people do not like it. Reasons cited include the way the syntax works and its lack of readability.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Common LISP enables the programmers to create programs faster and using fewer lines of code than most other languages. LISP languages are the second oldest HLLs after FORTRAN.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

as opposed to? visual program creation? it's harder, and it can get confusing due to your having a LOT of text and you don't really have an overview so as to what it all does

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

There is basically no disadvantage of using a language like C. It depends on the programmer how he uses his skills.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

The disadvantages of a low level language are typically cited as being relatively difficult to read, harder to debug, and requires more development time than a high level language.

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

H

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

h

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the disadvantages of Algol programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does the abbreviation ALGOL stand for?

ALGOL stands for Algorithmic Language and was a programming language popular in the 1950's


What is the early programming language?

fortran, algol, cobol, pl/i, for example


Why algol programming language superseded with other programming language?

For one, it never had been standardized, and no big software company (read: IBM) supported it.


What Example of structured programming?

C is a structured programming language. PHP, COBOL is also a structured programming language. These languages follow a top down approach.


What has the author Richard L Sites written?

Richard L. Sites has written: 'ALGOL W reference manual' -- subject(s): Computer programming, ALGOL (Computer program language)


What are the disadvantages of boo programming language?

advantages of boo


What is Alan Perlis known for?

Alan Perlis was jointly responsible for creating the ALGOL programming language. He was awarded the Turing award in 1966 for his influence in the field of advanced programming techniques and compiler construction.


What are disadvantages of eiffel programming language?

mainly, it is not very commonly used...


What are the four programming languages?

Algol, Lisp, Forth, Prolog.


Which is the first scientific language?

ALGOL(ALGOrithmic Language)


What is fullform of ALGOL?

Algorithmic Language


What are the languages from which C was evolved?

C got its name because it was a successor to the B programming language (to which it is very similar). The various iterations of ALGOL also had an influence on C.