2. C Programming Tutorials in Urdu - History - Urdu Tutorials

Опубликовано: 21 Март 2026
на канале: MavenApt Tutorials
21,839
150

For more free Urdu Tutorials click here: http://bit.ly/ZcRlXc
Like us on facebook: http://on.fb.me/13Z3CqS
Follow us on twitter: http://bit.ly/13Z3LKP

This video is about C programming language history in Urdu. In this Urdu Tutorials Series I teach you how to program in C++ programming language.

C Programming language History | Urdu Tutorials:
This Urdu tutorials video is about C Programming language History in Urdu. C Programming language is a general-purpose, procedural programming language. Dennis Ritchie first devised C Programming language in the 1972 at Bell Laboratories, for the purpose of implementing the Unix operating system and utilities with the greatest possible degree of independence from specific hardware platforms. The key characteristics of the C Programming language are the qualities that made it suitable for that purpose:
1. Source code portability
2. The ability to operate "close to the machine"
3. Efficiency

As a result, the developers of Unix were able to write most of the operating system in C Programming language, leaving only a minimum of system-specific hardware manipulation to be coded in assembler.

C Programming language is sometimes called a mid-level language since it combines some features of Assembly Language and some of high-level language. Therefore, it has advantages of both. It is low-level in the sense that it can manipulate bits and works more like the computer and high-level in the sense that its program structure is very similar to high-level languages such as Pascal and Ada.