Coding in C
Unlike Python, there's no real need to install C separately, It is already in our system. However, to execute C code, we need to setup a compiler. We will focus on using the GCC compiler here.
Setup MinGW
To setup GCC on Windows, we must install MinG...
blog.berzi.one2 min read