what are the difference between ANSI C and Let Us c and Turbo C
Answer Posted / sovit
ANSI C is an International Standard for C Language. Turbo C
is a compiler provided by Borland Corp for ANSI C. It
extends ANSI C with its own libraries ex: conio.h etc. Turbo
C has an IDE where you code your C Program easily.
| Is This Answer Correct ? | 28 Yes | 4 No |
Post New Answer View All Answers
Explain is it valid to address one element beyond the end of an array?
For what purpose null pointer used?
What is a pointer on a pointer in c programming language?
Why header files are used?
Which is an example of a structural homology?
How #define works?
How the c program is executed?
How can you increase the size of a dynamically allocated array?
What is putchar() function?
When is a null pointer used?
In c programming language, how many parameters can be passed to a function ?
What is the difference between text files and binary files?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What are the basic data types associated with c?
How will you find a duplicate number in a array without negating the nos ?