+ 2
What should i learn after c?
Im currently learning c and im really enjoying it, wich one should i learn after? Either c++ ir c#?
6 Respostas
+ 10
Q: What next after learning a programming language??
Q: Where do I proceed to after being comfortable with a language of programming?
A: You have not learned to program yet, far from it. If all you have done is completed the SoloLearn course then all you have learned is the basics of the language.
Regardless of the language(s) you use you will also require knowledge of software engineering and design, debugging, version control systems, code profiling, source code documentation systems, software testing and a host of other skills.
If learning to code was as simple as getting a SoloLearn cerificate companies would not be asking for degrees (or years of commercial experience) for entry level developer jobs.
SoloLearn is the primary school of programming.
// Martin Taylor
+ 2
Well, it's not necessary to learn either c++ or c# after c because their name starts with c. You can also learn other languages like python, java,kotlin etc.
It depends on your interest.
But I can say c++ will be easy for you to learn after c as c is the subset of c++.
+ 2
according to the Google c++ is low level and c# is high level programming language both are easy in my views
+ 2
C++ since it's an extension of the C Language. Or you can choose Go because it's similar to the C Language in which I've recently discovered.
+ 1
Maybe you can dig more in C
https://www.sololearn.com/discuss/635969/?ref=app
0