Posts

Showing posts from January, 2020

Introduction of C- Language

Image
Introduction of C- language C programming language is a structured programming language. It is a procedural-oriented, mid-level programming language. It is developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the UNIX operating system. It was invented to write an operating system called UNIX and it is a successor of B language which was introduced around early 1970. The language was formalized in 1988 by the American National Standard Institute(ANSI). What is C language? C is the most widely used computer language, it is a general-purpose, imperative programming language. It is also known as a mother language cause of all the modern programming languages, most of the compilers, J .V. M. Kernels, etc are written in C language and most of the programming languages follow C syntax, for example, C++, and Java, C#, etc. It provides the core concepts like the array, strings, functions, file handling, etc, that are being used in languages like C++, java, C#...