Posts

Showing posts from March, 2018

Introduction of C language

*C language is general purpose language. It is middle lungauge. * C language are created by Dennis Rechie . *.C is a programming language developed at AT & T’s Bell Laboratories of USA in 1972.  *.It is a Procedural Oriented Programming Language (POP) i.e, it focuses on the procedure in which the program is written.  *.It is one of the oldest programming languages almost 3 decades old. *.C is one of the most popular programming languages. *.It is being used on several different software platforms.  *.C is an procedural language. It was designed to be compiled using a relatively straightforward compiler, to provide low-level access to memory, to provide language constructs that map efficiently to machine instructions, and to require minimal run-time support.