Aspiring cs major what language do I start in? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Aspiring cs major what language do I start in?

5th Jul 2022, 11:18 PM
J91
2 Answers
+ 2
I am always a fan of C. These are the reasons and the reference: Let us now look at some of the important advantages of learning C programming: C is a Middle-Level Language. The middle-level languages are somewhere between the Low-level machine understandable assembly languages and High-Level user friendly languages. Being a middle-level language, C reduces the gap between the low-level and high-level languages. It can be used for writing operating systems as well as doing application level programming. Helps to understand the fundamentals of Computer Theories. Most of the theories related to computers like Computer Networks, Compiler Designing, Computer Architecture, Operating Systems are based on C programming language and requires a good knowledge of C programming if you are working on them. In the modern high level languages, the machine level details are hidden from the user, so in order to work with CPU cache, memory, network adapters, learning C programming is a must. Fewer Libraries. C programming language has fewer libraries in comparison with other high-level languages. So, learning C programming also clears programming concepts to a great extent as you have to write lot of things from scratch. You will not be dependent on the programming language entirely for implementing some basic operations and implementing them on your own will also help you to build your analytical skills. C is very fast in terms of execution time. Programs written and compiled in C execute much faster than compared to any other programming language. C programming language is very fast in terms of execution as it does not have any additional processing overheads such as garbage collection or preventing memory leaks etc. The programmer must take care of these things on his own. https://www.geeksforgeeks.org/why-learning-c-programming-is-a-must/
6th Jul 2022, 12:15 AM
William Owens
William Owens - avatar
- 2
Python seems to be the one i gravatate towards and have began learning about print functions variables..etc base level things
5th Jul 2022, 11:49 PM
J91