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 the types of c language?
What is switch in c?
What is a node in c?
write a program to find the given number is prime or not
What are the types of variables in c?
How many levels deep can include files be nested?
Explain how do you use a pointer to a function?
How can a program be made to print the name of a source file where an error occurs?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
write a program to print data of 5 five students with structures?
Explain bit masking in c?
write a program fibonacci series and palindrome program in c
What are the advantages of external class?
What is the difference between typedef struct and struct?
Which is better pointer or array?