Learn more about C (programming language)

Although it was developed in the 1960s, C still stands today as one of the most popular computer programming languages in the world. C is a versatile language that can build both high-level applications like video games, and low-level applications that communicate with the computer's hardware. C is a flexible language and features a static type system that prevents unintended operations in the programming process. Plus, C is the foundation for many of today’s popular modern languages, like Java and C++. Start your C training with a course on Udemy today.

Frequently asked questions
C is a general-purpose, compiled programming language. It is a procedural language and does not support object-oriented programming styles. It was first created in 1969. Unlike many old programming languages, it is still a prevalent language, making top 10 lists on places like Github. The Unix operating system was the first major program written in C because it is a low-level language that compiles directly to assembly, while other languages compile into C. Because of this, it is also used often in embedded systems or for high-performance software. Most Adobe applications are written in the C programming language. It is also used in IoT devices, database software, web browsers, and many desktop applications that need to perform well. C is also used to write compilers for other programming languages that compile into C code.