View Single Post
  #1 (permalink)  
Old July 2nd, 2006, 01:12 AM
imroostercogburn imroostercogburn is offline
Registered User
 
Join Date: Jul 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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

Reply With Quote