Sunday, July 26, 2009

IS ANSI C the same as the turbo C language?

is the programming procedure different for these two languages? can we use ansi c to write a program that was meant to be written using c?

IS ANSI C the same as the turbo C language?
HOW MANY TIMES I'VE SAID IN YAHOO ANSWERS THAT "TURBO C" IS JUST A "SOFTWARE" THAT ALLOWS YOU TO PROGRAM THROUGH C....Turbo C is not at all a programming ''language''....The Only Difference between these languages is


One change added in ANSI C, explicitly for the purpose of letting the


programmer recognize an ANSI C implementation and take advantage of some of


the new features added to the language, is that "__STDC__" has the value of


"1". The idea is that traditional-C compilers won't define "__STDC__", so you


can put "#if __STDC__" into your source file, and that'll do all you need.
Reply:no both r same.but might b possible that there r little difference in it.


No comments:

Post a Comment