what are the difference between ANSI C and Let Us c and Turbo C
Answers were Sorted based on User's Feedback
Answer / srinivas
hello,boss ansic provided only for standards of c language.
but turboc followed this rules + its own some rules and
developed clanguge .
Is This Answer Correct ? | 37 Yes | 7 No |
Answer / 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 |
Answer / ashutosh tiwari
Let Us C is a book on C language by Yahswant Kanetkar
Turbo C is editor and compiler for C language
ANSI C is the standard for C compiler design, development,
C syntaxing, C code writing style, memory, stack
development in C etc.
Is This Answer Correct ? | 16 Yes | 4 No |
Answer / jagan
C is designed for UNIX only, which was not supported by other OS, that is why its enhanced version came out named as ANSI C.
Is This Answer Correct ? | 2 Yes | 4 No |
What is the main differences between C and Embedded C?
How can I manipulate strings of multibyte characters?
how to go with this?
when to use : in c program?
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
When should the const modifier be used?
What is wild pointer in c with example?
What is "Hungarian Notation"?
Why c language is called c?
how many error occurs in C language ?
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
what is the difference between exit() and _exit() functions?