Home » questions » what is the diference between ANSI C and TURBO C.Tell atleast 10 diferences?

what is the diference between ANSI C and TURBO C.Tell atleast 10 diferences?

2006-08-09 23:37:45, Category: Programming & Design

Answers

  1. swami060

    On 2006-08-10 00:57:40


    I think this is not an apples to apples comparison. ANSI C is an International Standard for C Language. Turbo C is a compiler provided by Borland Corp, that implements this standard, as well as may provide some vendor-specific extensions.
  2. Indian_Male

    On 2006-08-10 01:32:34


    Turbo C is a compiler 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. You cant compare them.