What is the difference between "C" and "C++"? and which is better to focus on? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the difference between "C" and "C++"? and which is better to focus on?

2nd Oct 2016, 12:35 AM
Eslam
Eslam - avatar
3 Answers
+ 1
C++ is built on top of C. C++ is a slightly higher level programming language. http://programmers.stackexchange.com/questions/16390/what-are-the-fundamental-differences-between-c-and-c
2nd Oct 2016, 2:20 AM
Mythos
+ 1
C++ is object oriented. Meaning you can create objects and do operations on them. You can't do that in C.
2nd Oct 2016, 3:28 AM
Ryne
Ryne - avatar
+ 1
C++ is better
3rd Oct 2016, 2:58 PM
Harsha
Harsha - avatar