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
Differentiate between structure and class in c++.
Will the inline function be compiled as the inline function always? Justify.
Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program
What will i and j equal after the code below is executed? Explain your answer.
How to declare a function pointer?
what is oops and list its features in c++?
What is the difference between "calloc" and "malloc"?
What is the precedence when there is a global variable and a local variable in the program with the same name?
Define basic type of variable used for a different condition in C++?
What do you mean by funtion prototype?
the first character in the variable name must be an a) special symbol b) number c) alphabet
What is "strstream" ?