answersLogoWhite

0

function-prototypes, type void, enumeration, type-modifier const -- just to name a few

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is Meaning of c in c language?

There is no meaning for the C in C-language. Previously , there was a language called BCPL (Basic combined programming language) ,Ken thompson improved this language and named as B language. After several modifications and inclusion of advanced features such as Pointers , Dennis Richie named it as C , (C comes after B in Alphabetical Order) So , name for that Language came in this way. Later Bjourne Strostrup included Object Oriented features to C , and Named 'C with Classes ' and later C++.


When c language found?

C language was initially developed by Dennis Ritchie between 1969 and 1973 at Bell Labs.


What is the use of stdioh in c language?

It can be included into your source.


What features of Delphi's classes is included in C?

None, as C is just a programming language, nothing more; but the standard C-libraries contain many useful functions, see the documentation. Note: If you are interested in programming Windows, msdn.com is your friend.


Features of c?

1. it is a high level language


How did the C get its name?

C-language had got its name (as C following B) due to a reason that its features were derived from the language named 'B'.


How did C get its name?

C-language had got its name (as C following B) due to a reason that its features were derived from the language named 'B'.


What do you mean by c taken programming in c?

A C program is a computer program written using the C programming language.


Why is programming language named C and not simply C?

I am guessing you typed the question wrong, the way I understand your question is "Why is the programming language named C++ and not C ? " The answer to this is that there is a programming language called C, and in that programming language the ++ means increment by one. So C++ is the language C improved, as such it can read and compile all C programs in addition to having other features that C does not have.


Who discovered the c plus plus language?

C++ wasn't discovered. It was an evolutionary development of the C language that came before it. C++ is C-style shorthand for C=C+1, which literally translates as "the successor to C."As to who invented C++, Bjarne Stroustrup (1950-present) began development in 1979 in an effort to improve upon the OOP-based Simula language by integrating the low-level features of BCPL (basic combined programming language) which was itself a precursor to B (a subset of BCPL) from which C later evolved. Other languages that influenced the development of C++ included Ada, ALGOL 68, CLU and ML.However, Bjarne chose C as the basis for the new language because it was already in widespread use as a general purpose language, and was both fast and portable. The new language was initially called "C with Classes." The name was changed to C++ in 1983 and the first commercial release was in 1985.As well as developing the language itself, Bjarne was also responsible for processing extension proposals upon the C++ standards committee, and also wrote the seminal textbook "The C++ Programming Language", a must-have book for any serious C++ developer.Bjarne Stroustrup was born in Denmark and is currently Professor and holder of the College of Engineering Chair in Computer Science at Texas A&M University.


What is one fact about the letter c language?

The C language was developed to help compile parts of the Unix 2 operating system on the PDP-11. B (from which C evolved) was initially chosen but it couldn't address the PDP-11 memory at the byte level.


Why is programming language named C?

C derives from a programming language called B, that existed before it. Since C was something of a successor to it, to indicate the advancement from B., the language is called C, the next letter.