|
Answer» Introduction to C C is the most Popular Language for beginners. C is a PROCEDURAL programming language. The C Language is developed by Dennis Ritchie in Year 1972. C programming language mainly developed as system programming language for writing an OPERATING system. Many of C language Feature makes C language suitable for system programming like Low-Level access to memory, Simple set of Keyword and Clean style.
Many of the popular language take syntax from C and these language are Java, PHP, JavaScript and many more. So it is known as mother language. C++ is superset of C Language.
Below are the different definition for C language:- (1)Mid-Level programming Language (2)Structured programming Language (3)System Programming Language (4)Procedure-oriented programming Language (5)Mother Language
|