what are the difference between ANSI C and Let Us c and Turbo C
Answer Posted / jagan
C is designed for UNIX only, which was not supported by other OS, that is why its enhanced version came out named as ANSI C.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What are void pointers in c?
Why clrscr is used after variable declaration?
What are the salient features of c languages?
What are the types of i/o functions?
Why & is used in c?
What is a stream?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
Is a pointer a kind of array?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Why is c so important?
Explain the difference between null pointer and void pointer.
Is exit(status) truly equivalent to returning the same status from main?
What are the advantages of external class?
Where in memory are my variables stored?
Why doesnt this code work?