answersLogoWhite

0

"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

13y ago

What else can I help you with?

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 are disadvantages of eiffel programming language?

mainly, it is not very commonly used...


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 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.