What are the types of array in c++?
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
Who calls main function?
What is while loops?
What is a static member?
What are shallow and deep copy?
what is a class? Explain with an example.
How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?
What is a catch statement?
What is a down cast?
What is the standard template library (stl)?
When does a 'this' pointer get created?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00