Write a Program to find the largest of 4 no using macros.


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

Post New Answer

More C++ General Interview Questions

Why main function is special in c++?

0 Answers  


When are exception objects created?

0 Answers  


How to demonstrate the use of a variable?

0 Answers  


Write about all the implicit member functions of a class?

0 Answers  


What are static variables?

0 Answers  






What are punctuators in c++?

0 Answers  


List out function which we can call without using object

1 Answers  


What are the various operations performed on stack?

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 difference between Pointer and a Reference? When you would use them?

4 Answers   Wipro,


When can I use a forward declaration?

0 Answers  


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

0 Answers  


Categories