C

C Language was develop by Dennis Ritchie around the 1970's at the Bell labs. It is one of the oldest and most widely used programming language all around the world. Today's most of the programming languages used are derived from the language C or uses the Concept, logical things and syntax are similar to the C Language.C language is based mainly on the ANSI Standards.

C Language Provides a large variety of Pointer support, array functions, array-pointer interchangability, memory management and many more facilities. The Memory management and Garbage management is done very precisely in this Language.C is a cross platform language ie multi platform Language.

Features of C Language are as follows:

1) C Language is Modular
      It means it has the capacity to breakdown large modules into sub-modules. It is called as
      Modularity in C.

2) Debugging is very much Easier and Faster in C.

3) It is Portable.

4) It Supports Pointers.

5) It Supports Inheritance.

No comments:

Post a Comment

MS SQL : How to identify fragmentation in your indexes?

Almost all of us know what fragmentation in SQL indexes are and how it can affect the performance. For those who are new Index fragmentation...