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
What issue do auto_ptr objects address?
What is the limitation of cin while taking input for character array?
What is c++ mutable?
What is the extension of c++?
What are pointer-to-members? Explain.
Why do we use pointers in c++?
What is the difference between while and do while loop? Explain with examples.
Why do we use double in c++?
What does iomanip mean in c++?
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.
What is the use of setprecision in c++?
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.