Start Using C Before utilising C, you must have these two things:
To write C code, use a text editor like Notepad.
To convert the C code into a language that the computer can understand, use a compiler like GCC. Compilers and text editors come in a variety of options. We’ll be using an IDE (see below) in this session.