What is size of a empty class?
Answer Posted / ilana
why ?
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What does int * mean in c++?
What is the limitation of cin while taking input for character array?
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 rvalue?
Describe linked list using C++ with an example.
What are the types of array in c++?
What is meant by a delegate?
What programming language should I learn first?
What is the full form of stl in c++?
What is the real purpose of class – to export data?
What is a c++ map?
what do you mean by volatile variable?
Can user-defined object be declared as static data member of another class?
Why do we learn c++?
What is the use of endl in c++ give an example?