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


Please Help Members By Posting Answers For Below Questions

Can you pass an entire structure to functions?

682


Which built-in library function can be used to match a patter from the string?

729


write a program to print data of 5 five students with structures?

1591


What is const keyword in c?

730


Write a program that accept anumber in words

1242






What is memory leak in c?

621


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

615


What are structure members?

586


Explain how can I right-justify a string?

612


For what purpose null pointer used?

595


What is the use of ?: Operator?

655


Can 'this' pointer by used in the constructor?

603


Can we assign string to char pointer?

575


Explain what is wrong with this statement? Myname = ?robin?;

984


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1107