+ 1
I just finished C intermediate, what to do now?
I just finished C intermediate, what to do now? is it better to jump to studying another language or train with C for a bit?
3 ответов
+ 4
Great you completed C intermediate, as the name states C intermediate is 50% of C if you want to learn more advanced better to check out yt or other sources cuz Sololearn currently don't have any adv. courses or else you can jump to another language it's depends on you.
+ 4
Mohamed Matter if you want to explore deeper into c language here is a good resource which includes numerous videos ...
https://www.sanfoundry.com/advanced-c-programming-video/
+ 1
Depends on what you want to accomplish. If you want to be a C programmer, these courses are not enough for that. You can use your C knowledge and go solve algorithms on leetcode.com or you can write some apps. If you decide to write apps, write them to use different things such as something that works with the file system, something that works with the database, or something that uses the GPU to perform calculations. SoloLearn only teaches an introduction to the syntax of the language. It will be quite challenging to build something functional.
If you only learned it to learn it, you could advance into C++ or C#. C++ is more like C meets Java and is used for low level programming, as is C. C# is more like an easier edition of C++. C# is used by application developers and is one of my preferred languages.
Of course there's a dozen other great choices if your goal is to learn something new. Java, HTML/CSS/JavaScript, etc.