C Compiler question
For preprocessor directives is the Preprocessor application part of the Compiler or is it separate. Does the compiler first run the preprocessor application and then continues to compile??
also, when you execute a C program is it the OS that calls the main() function. In Java its the JVM but is it the OS in C?
thanks for the help
|