Posts

Showing posts from June, 2020

C language introduction

Image
C language History C is a general-purpose high level programming language that was originally developed by Dennis Ritchie for the Unix operating system. It was first implemented on the Digital Eqquipment Corporation PDP-11 computer in 1972. The Unix operating system and virtually all Unix applications are written in the C programming language. Before C programming language was created There was a language created by Martin Richard in 1966 this language name is BCPL Then in 1969 Ken Thompson needed a language to build the operating system so he improved the language of Martin Richard(BCPL) they created a language known as B programming Language. C language is considered as the mother language of all the modern programming languages because most of the compilers, JVMs, Kernels, etc. are written in C language, and most of the programming languages follow C syntax, for example, C++, Java, C#, etc. It provides the core concepts like the C language is considered as the mother language of al