Finished C programming course in Sololearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Finished C programming course in Sololearn

Hi friends 👋😁 I have successfully finished C programming here. But I wish to develop my skills more in C. So in order to become a Advanced C programer or a Pro level C programmer what I have to do. Please guide or suggest something me.

20th Jul 2021, 11:26 AM
Aswin Kumar S
Aswin Kumar S - avatar
1 Answer
+ 5
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/
20th Jul 2021, 12:48 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar