C is not comfortable | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

C is not comfortable

Hey, i was learning some C and i noticed it isnt as comfortable as other languages like ruby, c++, c#, java, etc... Is this normal? Ive read it is a low level programming language, does this has a relation with that? I am the only one that sometimes i feel uncomfortable when programming with it? Thanks :)

17th Oct 2018, 2:40 PM
Juan Cruz Linsalata
Juan Cruz Linsalata - avatar
2 Answers
+ 2
Yes it is. Mainly because it doesn't support popular paradigms like oop and fp. So the way you code in c is probably different than other languages. And that's why C++ exists. It adds stuff that C doesn't have.
17th Oct 2018, 2:52 PM
qwerty
qwerty - avatar
+ 2
yes it is true C programming language does not support OOP because it is base on procedureal programming language but it is comfortable if you are just try to learn more about programs and programming | i felt that when i was started programming
17th Oct 2018, 3:01 PM
Harinarayan Sahu
Harinarayan Sahu - avatar