Once the coding is completed, the program is feed into the computer using a compiler to produce equivalent machine language code. In C compilation two parts are there namely 1) Compiler and 2) Linker. Compiler receives C source file as input and converts the file into object file.  Then theContinue Reading

Classification of Programming Language Programming language can be classified into 2 types 1.                         High Level Language and 2.                         Low Level Language. High Level Language:- Those are more English like language and hence the programmers found them very easy to learn to convert the programs in high level language to machineContinue Reading

C is a programming language it is designed by DENNIS RITCHIE in 1972 at AT & T [American Telephone and telegraphs]  Bell labs in USA.  C is most popular general purpose language. BRIEF HISTORY OF C LANGUAGE:             In 1960’s COBOL was being used for commercial applications and FORTRAN forContinue Reading