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
i have a written test for microland please give me test pattern
Are enumerations really portable?
Why do some versions of toupper act strangely if given an upper-case letter?
develop algorithms to add polynomials (i) in one variable
Why calloc is better than malloc?
Difference between strcpy() and memcpy() function?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Can the size of an array be declared at runtime?
Difference between constant pointer and pointer to a constant.
What is the usage of the pointer in c?
What is context in c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Is c is a high level language?
What are global variables?
What is a nested formula?