Basics of C, and compilation.
After writing a C program, to use it, it must be compiled to make an executable file that can be run. The GNU/Linux system comes with a native compiler, the gcc compiler that can be used to do just this. The way to compile with gcc is simply to invok...
codetree3.hashnode.dev2 min read