Wednesday, 11 September 2013

Is C compiler a pure form of compilers

Is C compiler a pure form of compilers

Can a compiler build using C be called a pure form of compiler.
Is there anything related to I/O systems that makes C not a pure compiler.
for example
printf("%s=%d" , "x" , 10)
How does C compiler interprets this?

No comments:

Post a Comment