what are the difference between ANSI C and Let Us c and Turbo C
Answer Posted / 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 |
Post New Answer View All Answers
Explain how does free() know explain how much memory to release?
What is pointer and structure in c?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is the best way to comment out a section of code that contains comments?
Difference between Function to pointer and pointer to function
What is logical error?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Explain how can type-insensitive macros be created?
How can a string be converted to a number?
Is c easier than java?
What does *p++ do?
What is n in c?
Why do we write return 0 in c?
How can I run c program?
How is a null pointer different from a dangling pointer?