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

Is c++ faster than c?

0 Answers  


What is std :: flush?

0 Answers  


What are the debugging methods you use when came across a problem?

1 Answers  


What is a conversion constructor?

1 Answers  


What is the difference between a template and a macro?

0 Answers  






You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


Explain differences between alloc() and free()?

0 Answers  


Is c++ harder than java?

0 Answers  


Why c++ is better than c language?

0 Answers  


A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.

2 Answers  


Explain operator overloading.

0 Answers  


What is the header file for setw?

0 Answers  


Categories