0
Guys I just finished my first language C what should I do now??
Should I start learning DSA or one more language? ( I'm in second year right now)
7 Antworten
+ 2
Hmm…
I think you should try c++
It is similar to c so it will be easier to understand
+ 3
Q: What should I learn after C course?
A: After completing the SoloLearn C course you will have only scratched the surface of C programming.
You will need to study the C standard library in order to learn how to use C effectively. Then you will need to learn data structures and algorithms and how to implement them in C.
If you wish to create graphical user interface desktop applications then the Windows API is a C api worth learning. On Linux the Gnome Toolkit (GTK) and Tk are written in C.
If you're looking to add object oriented programming to your skillset then C++ is the natural progression from C.
/Martin Taylor/
+ 3
Also basic knowledge for the programmer is knowledge of algorithms and data structures
https://www.sololearn.com/learn/773/?ref=app
https://www.sololearn.com/learn/774/?ref=app
+ 1
It depends on you if you have time then you can start
+ 1
I'm in second year right now.
+ 1
c++
0
Yes Bro I am on second chapter of C++ .