Can we run c program in turbo c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Explain how overloading takes place in c++?

0 Answers  


What information can an exception contain?

0 Answers  


What is the use of class in c++?

0 Answers  


program in c++ to input digits and print in words

1 Answers   Microsoft,


What is an associative container in c++?

0 Answers  


What are the rules about using an underscore in a c++ identifier?

0 Answers  


Differentiate between an external iterator and an internal iterator?

0 Answers  


Describe the process of creation and destruction of a derived class object?

0 Answers  


How to reduce a final size of executable?

3 Answers  


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


What are the two types of polymorphism?

0 Answers  


How can I improve my c++ skills?

0 Answers  


Categories