an operation between an integer and real always yeilds
a) integer result
b) real result
c) float result
No Answer is Posted For this Question
Be the First to Post Answer
Is the declaration of a class its interface or its implementation?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What is the iunknown interface?
What is const pointer and const reference?
When do we run a shell in the unix system?
What is an accessor in c++?
What is the basic difference between C and C++?
What is void pointer in c++ with example?
Why ctype h is used in c++?
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
Explain the static member function.
Brief explaination about #include<iostream.h>, cin and cout