if you want to include .c file in main(), use this


# include "mod1.c"
# include "mod2.c"

Make sure all three files are in the same directory. Else, you will have to specify the full path for...