what are the difference between ANSI C and Let Us c and Turbo C

Answers were Sorted based on User's Feedback



what are the difference between ANSI C and Let Us c and Turbo C..

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

what are the difference between ANSI C and Let Us c and Turbo C..

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

what are the difference between ANSI C and Let Us c and Turbo C..

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

what are the difference between ANSI C and Let Us c and Turbo C..

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

Post New Answer

More C Interview Questions

Explain the difference between malloc() and calloc() in c?

0 Answers  


Explain what is output redirection?

0 Answers  


Explain setjmp()?

0 Answers  


What are the two types of functions in c?

0 Answers  


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,






all c language question

0 Answers   Wipro,


What are the advantages of c language?

0 Answers  


Difference between null pointer and dangling pointer?

7 Answers   GE, Wipro,


What is variable declaration and definition in c?

0 Answers  


Write code for initializing one dimentional and two dimentional array in a C Program?

5 Answers   Deshaw, Edutech, GMD,


ratio,age,persentage

0 Answers  


How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance

8 Answers  


Categories