Posts

Showing posts from December 3, 2017

Intruduction to C Language

Image
Introduction to 'C' Language History: of C Language History of C language   is interesting to know. Here we are going to discuss brief history of c language. C programming language   was developed in 1972 by Dennis Ritchie at bell laboratories of AT&T (American Telephone & Telegraph), located in U.S.A. Dennis Ritchie   is known as the   founder of c language It was developed to overcome the problems of previous languages such as B, BCPL etc. Initially, C language was developed to be used in   UNIX operating system . It inherits many features of previous languages such as B and BCPL. Character Set In C Characters are used in forming either words or numbers or even expressions in C programming. Characters in C are classified into 4 groups: Letters In C programming, we can use both uppercase and lowercase letters of English language Uppercase Letters: A to Z Lowercase Letters: a to z Digits We can use decimal digits from