Now I'm learning Python, what I want to ask you is if it's still useful today to study and learn the C language... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Now I'm learning Python, what I want to ask you is if it's still useful today to study and learn the C language...

Also, is C hard? How harder than Python?

30th Jul 2022, 1:22 AM
Camillo
Camillo - avatar
3 Answers
+ 1
Camillo Porrati C is worth learning in 2022 because it is easy to grasp. It gives you basic knowledge about the inner workings of computer systems and the core concepts that drive programming. C bridges the gap between low-level and high-level programming languages and allows you to develop more complex and comprehensive programs for operating systems and software applications in 2022. However which can be done with c also can be done with cpp better. Also learning C program will be way more difficult than learning python.
30th Jul 2022, 10:18 AM
takrim
takrim - avatar
0
takrim Thank you for your reply... Also, I know that learning C makes learning C++ 100000 times easier... Is it true? And could you please explain me rapidly the main differences between C++ and C? Thank you for your help!
30th Jul 2022, 11:44 AM
Camillo
Camillo - avatar
0
Camillo Porrati In a nutshell, the main difference between C and C++ is that C is a procedural with no support for objects and classes whereas C++ is a combination of procedural and object-oriented programming languages. It'll unlock tons of usefulness of c++ over c. c++ just enhanced c language as necessity. even c++ compiler can also compile c program.
30th Jul 2022, 12:27 PM
takrim
takrim - avatar