what are the difference between ANSI C and Let Us c and Turbo C
Answer Posted / 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 |
Post New Answer View All Answers
What is fflush() function?
What is an operator?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Difference between goto, long jmp() and setjmp()?
When the macros gets expanded?
Where static variables are stored in c?
What is the purpose of the preprocessor directive error?
what are # pragma staments?
How do I send escape sequences to control a terminal or other device?
What does a function declared as pascal do differently?
What is const and volatile in c?
Stimulate calculator using Switch-case-default statement for two numbers
What is string function in c?
Are there any problems with performing mathematical operations on different variable types?