who created c programming language
// Creator
/* Creator Of C Language:
Dennis Ritchie
*/
// Advantages And Diadvantages Of C.
/*
C is very Fast And Easy Language, Gives more control over the hardware
But it's not a safe language, What i mean by that is tht it's well, It
dosent support OOP(Object Oriented Programming) Which provides:
Encapsulation, Inheritance like features to make your program more
secure, but if you want to make some parts of your program non-secure
then you can write the code in C Language insted of C++, because C
is easy at leat 1000 times easier then C++, i have experience in C++
as well that's why i can clearly say that C is very is easy to learn
language.
*/