Given the same value and using the same format, will programs created using different compilers display exactly the same output?
No, because various compilers implement the ANSI C standard differently, so, in general, given the same value and using the same format, the output displayed by programs created with different compilers may be slightly different.
No comments:
Post a Comment