C is a high-level and general-purpose programming language that is ideal for developing firmware or portable applications. Originally intended for writing system software, C was developed at Bell Labs by Dennis Ritchie for the Unix Operating System in the early 1970s. In this video we make the most famous and most basic of programs, Hello World. The IDE used in this video is DevC++ which I recommend if you're going to be programming in C or C++ as a beginner. It can be downloaded here. After downloading, you can run the program, click File -- New -- Source File and then follow the video from there to write your first ever C program! #programming #tutorial #code #cprogramming