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
Why we use int main and void main?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Explain how can a program be made to print the name of a source file where an error occurs?
What is wrong with this program statement?
Explain #pragma statements.
What is c language in simple words?
What is null in c?
Is it better to use malloc() or calloc()?
regarding pointers concept
Why do we use stdio h and conio h?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
how to create duplicate link list using C???
What is ponter?
What are the features of c languages?
Write a program for Overriding.