navbar menu

Search This Blog

C Programming Language

C Programming Language: Dennis Ritchie is the inventor of C Language, he applied C to the first UNIX Operating System on the DEC PDP-11 machine. C has come from the computer language of BCPL, from which a language originated from the B name and the subsequent development of B is C languages. To maintain ANSI model consistency, the Borland company created a software called Turbo C. C programms can be created by controling computer hardware and the programm is quite flexible.


C is a general-purpose, imperative computer programming language, supporting structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations. By design C provides constructs that map efficiently to typical machine instructions, and therefore it has found lasting use in applications that had formerly been coded in assembly language, including operating systems, as well as various application software for computers ranging from supercomputers to embeded systems.

Primary Concept of Macking Programm in C Language: In order to create a program in C language, there are usually several parts needed:

1. A Program Development Enviornment
2. Language
3. C Standard Library

There is beutiful enviornment for development in C Language. it works Independently with a bit, byte, memory, address and data type etc. C language consists of one or more Functions. as in the begining of C Programming, the Main () Function is used. The language of a machine written in C-Language can be run on another machine.