Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.


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

Post New Answer

More C++ General Interview Questions

What is set in c++?

0 Answers  


Why is "using namespace std;" considered bad practice?

0 Answers  


Can recursive program be written in C++?

0 Answers  


What are punctuators in c++?

0 Answers  


What are the uses of static class data?

0 Answers  






What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?

1 Answers   Yahoo,


Program to check whether a word is a sub-string or not of a string typed

0 Answers  


You run a shell on unix system. How would you tell which shell are you running?

0 Answers  


What are virtual constructors/destructors?

0 Answers  


What is the C-style character string?

0 Answers  


Implement strncpy

3 Answers  


Define a way other than using the keyword inline to make a function inline?

1 Answers  


Categories