what is the difference between C & C++ and which one is more powerful and fast. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

what is the difference between C & C++ and which one is more powerful and fast.

20th Apr 2017, 2:11 PM
shobhit
shobhit - avatar
3 Answers
+ 2
C ++ is more powerful because it supports every command from C and have extra things. If you only use C commands, both have the same speed. If you use C++ commands, then C++ is barelly slower due to overhead in fuctions. You would probably never notice any difference in speed.
20th Apr 2017, 3:32 PM
Denis Felipe
Denis Felipe - avatar
+ 4
You can think of C++ as the upgraded version of C. C++ was the improved version of C. While also C++ continues to grow so you may come across different versions of C++ that have new features. Typically newer versions of C++ display numbers at the end such as C++89 or something.
20th Apr 2017, 8:06 PM
Ty Ler
Ty Ler - avatar
+ 1
c is not object oriented and you cant define classes in it c++ considered a high performance language so about that i vote for c++ but c has some usage for some issues
20th Apr 2017, 2:34 PM
Saeed Tafazzol
Saeed Tafazzol - avatar