What are the advantages and disadvantages of c compiler?

Answer:
It's main advantage that it compiles C sources into object modules. (That's why it is called C-compiler.)
It's disadvantage that it doesn't automagically correct the errors in the program.
First answer by NevemTeve. Last edit by NevemTeve. Contributor trust: 172 Question popularity: 33 [recommend question].