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 |
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How can you convert integers to binary or hexadecimal?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
c program for searching a student details among 10 student details
what is c programming?
what is the difference between NULL & NUL keywords in C?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is the purpose of type declarations?
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
What is the difference between a structure and a union?