Can turbo c++ run c program?



Can turbo c++ run c program?..

Answer / Anurag Tripathi

Turbo C++ is a C compiler with built-in editor and debugger. It cannot directly compile or run C++ programs, but it can be used for C programming.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What are multiple inheritances (virtual inheritance)?

1 Answers  


What is an ABC: an "Abstract Base Class"?

1 Answers  


what are the events occur in intr activated on interrupt vector table

1 Answers   HGS,


What is rvalue?

1 Answers  


Will the inline function be compiled as the inline function always? Justify.

1 Answers  


Why do we need runtime polymorphism in c++?

1 Answers  


Write a note about the virtual member function?

1 Answers  


Write is a binary search tree? Write an algo and tell complexity?

1 Answers   Axtria,


Write a program which uses Command Line Arguments

1 Answers  


whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,


What are the effects after calling the delete this operator ?

1 Answers  


How does list r; differs from list r();?

1 Answers  


Categories