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

What are the uses of c++ in the real world?

0 Answers  


When you overload member functions, in what ways must they differ?

0 Answers  


What is constant in c++ with example?

0 Answers  


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

0 Answers  


How do you find out if a linked-list has an end?

0 Answers  






Can you please explain the difference between overloading and overriding?

0 Answers  


What is code reusability in c++?

0 Answers  


What is the syntax for a for loop?

0 Answers  


When should you use global variables?

0 Answers  


Why do C++ compilers need name mangling?

3 Answers   Lucent,


What is the use of endl in c++ give an example?

0 Answers  


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

0 Answers  


Categories