I want to have a deeper understanding of how C programmes are run.
But IDEs stops us from doing that.
So is it possible that I manually set up the environment an
Download Cygwin and make sure to install GCC, the GNU C compiler.
You can write your C programs in a text editor, compile them with GCC, and then execute them.