If a function doesn’t return a value, how do you declare the function?


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

Post New Answer

More C++ General Interview Questions

Are c and c++ similar?

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 the purpose of the keyword volatile.

0 Answers  


How many storage classes are available in C++?

1 Answers  


What is c++ code?

0 Answers  






Why is c++ so fast?

0 Answers  


What is the difference between method and message?

5 Answers   HP,


Where and why do I have to put the "template" and "typename" keywords?

0 Answers  


What is a local variable?

0 Answers  


what does the following statement mean? int (*a)[4]

0 Answers  


What language is a dll written in?

0 Answers  


Are strings immutable in c++?

0 Answers  


Categories