What is the main thing you should focus on c language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the main thing you should focus on c language

I really want to know that

18th Apr 2020, 4:35 AM
vipin Sao
vipin Sao - avatar
1 Answer
0
In my opinion you should focus on functional programming. Learn how to build and call functions ( with or without parameters) will help you understand better the differences between call by reference and call by value. Don't forget to have a basic but solid understanding of what the stack and the heap are. They are going to be very important in the future if you are switching to an OOP(Object Orientent Programming) -Languaege like C++, Java or C#.
18th Apr 2020, 8:36 AM
Abdoul Hakim
Abdoul Hakim - avatar