C Programming: ----------------- C is a general purpose programming language founded by Dennis Ritche in 1972 at Bell labs. Language: ------- Langue is a vocabulary and set of gamer rules to community human in the world. 1)Learn alphabets(a-z) 2)Form words(i,we,he she,they ,the ete) 3)Form sentence by set of gramer rules. 4)Paragraph. ex: I go to office everyday at 10 am. Programming language: Programming language is a vocabulary and set of gramer rules to instruct the computer to perform various task. 1)learn alphabets,numbers,special symbols(a-z,0-9,@,$,^) 2)int a,b,c; 3)c=a+b; 4)program c can be defines as follows: 1.mother language. Most of the compilers,JVM's and kernels are written in c. Most of the languages follow c syntax. 2.Procedure oriented language. A procedure is know as function,methods,routine or sub routine.A procedure language specifies a series of steps for the program to perform tasks. 3.Structured language. Struc...