write a program that will produce the ff. output.
"what fruit will you buy?
1)apple
2)orange
3)mango
ENTER CHOICE (1,2 or 3)>
HOW MANY WILL YOU BUY?>
THAT WILL COST XX.XX
Floating point representation and output seems to be compiler dependent?
Why do you use the namespace feature?
Should the member functions which are made public in the base class be hidden?
How does c++ structure differ from c++ class?
What do you mean by abstraction. Explain your answer?
What is an inclusion guard?
Explain container class.
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
Specify some guidelines that should be followed while overloading operators?
Which is better turbo c++ or dev c++?
What do you mean by “this” pointer?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?