What are the two types of comments, and how do they differ?


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

Post New Answer

More C++ General Interview Questions

What is an accessor in c++?

0 Answers  


What is runtime polymorphism in c++?

0 Answers  


Explain about profiling?

1 Answers  


What is null and void pointer?

0 Answers  


What are files in c++?

0 Answers  






Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.

3 Answers  


What is public, protected, private in c++?

0 Answers  


Is facebook written in c++?

0 Answers  


Where Malloc(), Calloc(), and realloc() does get memory?

0 Answers  


What are the differences between malloc() and calloc()?

0 Answers  


What is iomanip c++?

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  


Categories