What are the types of array in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

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

1 Answers  


Who calls main function?

0 Answers  


What is while loops?

0 Answers  


What is a static member?

0 Answers  


What are shallow and deep copy?

0 Answers  


what is a class? Explain with an example.

0 Answers  


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?

0 Answers  


What is a catch statement?

0 Answers  


What is a down cast?

0 Answers  


What is the standard template library (stl)?

3 Answers  


When does a 'this' pointer get created?

0 Answers  


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

0 Answers  


Categories