Posts

Showing posts from September, 2021

C Programming Tutorial

Image
                 C Programming Tutorial                        History of  C Programming  ▪︎ C is a procedural Programming language that was invented by Dennis Ritchie at AT & T bell Laboratory in 1972. ▪︎AT & T Stands for American Telegraph and Telecommunications. This Lab is located in USA. ▪︎ It is derived from BCPL(Basic Combined Programming Language) and B Language. ▪︎ This Language were out updated from market due to type Less Language (No data type concept). ▪︎ C is said to be Mother Language because all language are derived from C language. ▪︎ C is written with in Assembly Language. ▪︎ Its main objective is to developed system software, such as Operating System, Compiler, Interpreter, Linker and Loader ,etc. ▪︎ It is most popular due to portability it means c program can be executed on any Operating system, such as Windows, Unix, etc. ▪︎      ...