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
When is the copy constructor called?
How do you write a function that can reverse a linked-list?
write a program to insert an element into an array
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Why do we use double in c++?
Explain working of printf?
What is a block in c++?
Explain the scope resolution operator?
is throwing exception from a constructor not a good practice ?
Write a program to interchange 2 variables without using the third one.
When we use Abstract Class and when we use Interface?where we will implement in real time?
Explain stack & heap objects?