1// Creator
2/* Creator Of C Language:
3 Dennis Ritchie
4*/
5
6
7// Advantages And Diadvantages Of C.
8/*
9
10C is very Fast And Easy Language, Gives more control over the hardware
11But it's not a safe language, What i mean by that is tht it's well, It
12dosent support OOP(Object Oriented Programming) Which provides:
13Encapsulation, Inheritance like features to make your program more
14secure, but if you want to make some parts of your program non-secure
15then you can write the code in C Language insted of C++, because C
16is easy at leat 1000 times easier then C++, i have experience in C++
17as well that's why i can clearly say that C is very is easy to learn
18language.
19
20*/