Why is there a difference in the output produced when the code is compiled using the two compilers gcc and turbo c.
gcc
turbo c
#include
Turbo C was optimized for fast compilation, so it doesn't have any features that would slow it down. Recognizing duplicate strings would be a slow-down, even if only minor.