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 |
What are multiple inheritances (virtual inheritance)?
What is an ABC: an "Abstract Base Class"?
what are the events occur in intr activated on interrupt vector table
What is rvalue?
Will the inline function be compiled as the inline function always? Justify.
Why do we need runtime polymorphism in c++?
Write a note about the virtual member function?
Write is a binary search tree? Write an algo and tell complexity?
Write a program which uses Command Line Arguments
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; };
What are the effects after calling the delete this operator ?
How does list r; differs from list r();?