| C Tutorial | Multiple-files | |||
|
main() Multiple Files Prototypes Preprocessor #define #include foo.h vs foo.c #if Multiple #includes -- #pragma once Assert
|
For a program of any size, it's convenient to separate the functions into several separate files. To allow the functions in separate files to cooperate, and yet allow the compiler to work on the files independently, C programs typically depend on two features... Want To Know more with Video ??? Contact for more learning: webmaster@freehost7com |
|