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


Please Help Members By Posting Answers For Below Questions

Write a program to swap two numbers without using the third variable?

587


What is the purpose of realloc()?

657


Write a program to print fibonacci series without using recursion?

594


What are the different types of errors?

631


Is malloc memset faster than calloc?

603






What is pass by reference in c?

602


Is c high or low level?

568


What is #define used for in c?

603


Can math operations be performed on a void pointer?

580


What are predefined functions in c?

557


Why is sizeof () an operator and not a function?

568


What is the difference between array and linked list in c?

588


What is a good data structure to use for storing lines of text?

580


What are c header files?

568


Can you apply link and association interchangeably?

661