I've seen a multiple of my classmates having trouble installing a C compiler into their system which is why I decided to make a simple tutorial out of it. I'm sorry for my voice, I'm sick and I can't speak properly.
Commands used:
apt-get update
apt-get install gcc -y
apt-get install make -y