0
What is best for Beginners..C or C++
2 Answers
+ 6
imo it is always good to start with the foundation c and
progress to learning c++ ... and later on you can work with both in many projects...
0
I personally started with c++ and have accomplished way more things than I could have done with c. But feel free to start learning C first. It's a well-designed language. If I were to give you my advice, totally go for C++, it's simple to learn and once you get along the basics, you can start making 100-lined codes.