1/* Answer to: "c" */
2
3/*
4 To learn about the letter 'C' you go to the Wikipedia:
5 https://en.wikipedia.org/wiki/C
6 ...but this is a Chrome Exstention for developers:
7
8 C is a general-purpose, procedural computer programming language
9 supporting structured programming, lexical variable scope, and
10 recursion, while a static type system prevents unintended
11 operations.
12
13 Here's the Wikipedia:
14 https://en.wikipedia.org/wiki/C_(programming_language)
15*/
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*/