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

What is the main differences between C and Embedded C?

9 Answers  


How can I manipulate strings of multibyte characters?

0 Answers  


how to go with this?

1 Answers   Wipro,


when to use : in c program?

2 Answers  


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");} }

2 Answers  






When should the const modifier be used?

0 Answers  


What is wild pointer in c with example?

0 Answers  


What is "Hungarian Notation"?

0 Answers   Celstream,


Why c language is called c?

0 Answers  


how many error occurs in C language ?

22 Answers   Infosys, Wipro,


Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?

4 Answers   TCS,


what is the difference between exit() and _exit() functions?

2 Answers  


Categories