Computer programming
Computer Programming & Programming Methodology Unit-1 Introduction A computer cannot perform any task of its own and can only understand its own language which is the language of 0’s and 1’s that means binary number system, therefore a computer user has to communicate with a computer using the language which they can understand. The set of instructions to perform a task in the computer that is known as a program and the computer languages in which programs are written is known as programming language. The person developing or writing programs is known as “programmer” . A computer cannot understand the natural language like English. Examples of programming languages are C, C++, C#, Perl, Java, etc. Introduction to C Programming History of C Programming C is a programming language which was developed at “AT & T’s Bell Laboratory” of USA in 1972. C was written by Dennis Ritchie, that‟s why he is also called as father of C Programming language. C was created ...