What is meant by a delegate?


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

Post New Answer

More C++ General Interview Questions

What is std :: endl?

0 Answers  


What is c++ in english?

0 Answers  


Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

0 Answers  


What is realloc() and free()? What is difference between them?

1 Answers  


Explain terminate() function?

0 Answers  






which of the following is not an secondary constant a) array b) real c) union

0 Answers  


Is multimap sorted c++?

0 Answers  


Is it possible for the objects to read and write themselves?

0 Answers  


Explain the difference between c & c++?

0 Answers  


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

0 Answers  


Can non graphic characters be used and processed in C++?

0 Answers   HCL,


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