Build a Learning Habit
Download Class Central's free printable study calendar
Download for Free
C is a general purpose language, used for a wide range of applications, from embedded computers to high-performance computing clusters.
C is commonly found in low level applications as it's a good alternative to harder-to-read assembly languages. It can be compiled to assembly to keep the same level of performance, while increasing readability, and providing a small level of safety with static types!