Introduction of C Language

What is C ?

Why Learn C ?

Difference between C and C++

Text Editor

A text editor to write C code.

Text Editors OS
Notepad Windows

Compilers

A compiler to translate the C code into a language that the computer will understand.

Compiler OS
GCC Cross Platform

IDE

An IDE is used to edit AND compile the code.

IDE OS
VS Code Cross Platform
Code::Blocks Cross Platform
Eclipse Cross Platform