C Language
C Language C is a structured programming language developed by Dennis Ritchie at Bell Laboratories in 1972. Since C is a structured programming language, a program in C language can be divided into small logical and functional modules. C++ language is an expanded version of C. Character set: The character set consists of alphabet, digit or special symbols used to response information. Character sets used in C Alphabet Uppercase ( ie A, B..............Z) Lowercase ( ie a, b ................z) Digits 0, 1, 2 ................... 8, 9 Special symbols +, -, *, ( ) , etc. Characteristics of C Language It is a small programming language that consumes less space. It has enough number of inbuilt functions and operators. Keyword: The character set consists of alphabet, digit or special symbols used to response information. There are 32 characters in C: Auto, If, While...