C Bangla Tutorial. It is an introductional speech and say about features, uses of c. You can see video tutorial in youtube the following link.
https://youtu.be/O2IotKIUbvM
thanks.
2. History of C Programming
developed by Dennis Ritchie at AT&T Bell labs, USA
between 1969 and 1973.
3. Uses of C Languages
Database Systems
Language Interpreters
Compilers and Assemblers
Operating Systems
Network Drivers
Word Processors
4. C has become very popular
One of the early programming languages
Easy to learn quickly
C language is reliable, simple and easy to use
Modern programming concepts are based on C
5. Features of C language
C is a robust language with rich set of built-in functions and operators
Programs written in C are efficient and fast
C is basically a collection of C library functions
we can also create our own function and add it to the C library.
C is easily extensible