I always find that some people (a majority from India) are using turbo C.
I cannot find any reason to use such outdated compiler...
But I don\'t know what reasons to give wh
The most important reason you should use decent C compiler is performance. Since GCC optimizes the code aggressively, the compiled programs would have the performance tens of percents higher than before.