The exact procedure would depend on the compiler, though will not vary widely. Since we work extensively on Linux, we will show you how to do so using the GCC compiler in Linux: The simplest way of combining multiple C programs to create a single executable is: $gcc 1.c 2.c 3.c The files 1.c, 2.c […]