Comment on What is C in practice?parentComments−Joky11yIsn't it that if you write standard compliant C code, much less compilers come into the picture ;)−pjmlp11yNo, there is C89, C99 and C11.What reduces the set of compilers is the reliance on compiler specific behaviours or recently approved standards, when compilers are still catching up.
Comments
Isn't it that if you write standard compliant C code, much less compilers come into the picture ;)
No, there is C89, C99 and C11.
What reduces the set of compilers is the reliance on compiler specific behaviours or recently approved standards, when compilers are still catching up.