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
Does c have function or method?
How can I find out if there are characters available for reading?
Can a function argument have default value?
What is a void * in c?
Why can’t constant values be used to define an array’s initial size?
What is a pointer variable in c language?
How can I invoke another program or command and trap its output?
Write a program with dynamically allocation of variable.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Write a program to print ASCII code for a given digit.
What is actual argument?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Explain what is the difference between a free-standing and a hosted environment?
How does placing some code lines between the comment symbol help in debugging the code?
What is the difference between local variable and global variable in c?