what are the difference between ANSI C and Let Us c and Turbo C
Answer Posted / 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 |
Post New Answer View All Answers
What are static variables in c?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is the size of structure pointer in c?
What is the difference between malloc() and calloc() function in c language?
What is the difference between break and continue?
How to implement a packet in C
difference between Low, Middle, High Level languages in c ?
What is the deal on sprintf_s return value?
Is it better to use malloc() or calloc()?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
How can I dynamically allocate arrays?
Differentiate between the = symbol and == symbol?
what are non standard function in c
How does placing some code lines between the comment symbol help in debugging the code?
List a few unconditional control statement in c.