What is a try block?


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

Post New Answer

More C++ General Interview Questions

What is ctime c++?

0 Answers  


What is the syntax for a for loop?

0 Answers  


What is general format for a prototype?

0 Answers  


What is an iterator?

0 Answers  


What is the average salary of a c++ programmer?

0 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

1 Answers  


What is the limitation of cin while taking input for character array?

0 Answers  


Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?

0 Answers  


Is c++ fully object oriented?

0 Answers  


What happens if a pointer is deleted twice?

0 Answers   Flextronics,


What are abstract data types in c++?

0 Answers  


Describe the process of creation and destruction of a derived class object?

0 Answers  


Categories