What problems might the following macro bring to the application?


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

Post New Answer

More C++ General Interview Questions

Types of storage and scope of each type

2 Answers   CA,


What is pair in c++?

0 Answers  


What is the purpose of template?

0 Answers  


What are the basics of local (auto) objects?

0 Answers  


What is a volatile variable in c++?

0 Answers  






How can a '::' operator be used as unary operator?

1 Answers  


What are advantages and disadvantages of Design patterns?

7 Answers   IBM, Vodafone,


What is the difference between c++ and turbo c++?

0 Answers  


In a function declaration, what does extern mean?

0 Answers  


What is data abstraction? How is it different from data encapsulation?

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 are mutator methods in c++?

0 Answers  


Categories