How compile and 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

Do vectors start at 0 c++?

0 Answers  


Can I learn c++ without c?

0 Answers  


What is an iterator?

0 Answers  


Define linked lists with the help of an example.

0 Answers  


What is the difference between static link library and dynamic link library?

7 Answers   Tech Mahindra,






What is the full form of c++?

0 Answers  


Can comments be nested?

0 Answers  


What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


What is flush c++?

0 Answers  


What are the various arithmetic operators in c++?

0 Answers  


Can you use the function fprintf() to display the output on the screen?

0 Answers  


Categories