What is the benefit of learning c++?


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

Post New Answer

More C++ General Interview Questions

What will i and j equal after the code below is executed? Explain your answer.

1 Answers  


What is microsoft c++ redistributable 2013?

0 Answers  


What do you mean by a template?

0 Answers  


Why c++ is better than c language?

0 Answers  


What is type of 'this' pointer? Explain when it is get created?

0 Answers  






Write the program for fibonacci in c++?

20 Answers   TATA, Wipro,


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

0 Answers  


What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

0 Answers  


Write a program which uses Command Line Arguments

0 Answers  


What is an explicit constructor?

1 Answers  


What are the steps in the development cycle?

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  


Categories