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
What is a map in c++?
What is name mangling?
What is the type of 'this' pointer?
Explain rtti.
We use library functions in the program, in what form they are provided to the program?
How do we implement inheritance in c++?
What is using namespace std in cpp?
If a function doesn’t return a value, how do you declare the function?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
Carry out conversion of one object of user-defined type to another?
Where Malloc(), Calloc(), and realloc() does get memory?
Explain queue. How it can be implemented?