Answer Posted / sreeram
FORMULAE TRANSCRIPTED LANGUAGE
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
What is virtual table?
What should main() return in c and c++?
Is python better than c++?
What is abstract keyword in c++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What it is and how it might be called (2 methods).
What is & in c++ function?
How would you find out if a linked-list is a cycle or not?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What is the difference between the compiler and the preprocessor?
Do you know about latest advancements in C++ ?
What is the difference between object-oriented programming and procedural programming?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Define upcasting.