Introduction of 'C' Programming


 

Introduction of 'C' Programming

"C" is a structured programming language which has been developed by Dennis Ritchie in 1972 at AT&T (American Telephone & Telegraph) Bell labs. It has been developed by Microsoft Corporation.
                It is a structured programming language because it follows the features by structured programming technique.
                It is also called as middle level language because it provides the facility to develop system software and application software both by using English language (High level language). We can develop the application software by using assembly language or machine language. We can develop the system software. Thus we can say that the “C” editor support the high level as well as low level programming both that’s why it is called as a middle level language.


Software Specification for 'C' 

“Turbo C” is the software which provides the editor for “C” language. Actually it has three versions nowadays:-
    (i)         TURBO C2
    (ii)       TURBO C3
    (iii)     TURBO C 4.5
TURBO C2 is the software for “C”. TURBO C3  and 4.5 are the software for “C++”. Since C++ is the extension of “C” that’s why the “C”  program can be done in TURBO C3 and  4.5 also but the C++ program can’t be done in TURBO C2.
                TURBO C2 is complete dos based software so it does not support the activity of mouse. But the TURBO C3 and 4.5 are the window supported dos based software that’s why it supports the activity of mouse also. The TURBO C 4.5  is complete windows based software.
                TURBO C3 – IDE (Integrated development Environment)

Notes:- In present times there are many editor software available on internet for "C" language.


Post a Comment

1 Comments