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 it possible to write a c++ template to check for a function's existence?
What's c++ used for?
What is a modifier in c++?
Explain bubble sorting.
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
What are the two types of comments, and how do they differ?
What are stacks? Give an example where they are useful.
What are 2 ways of exporting a function from a dll?
why the size of an empty class is 1
What do you mean by function and operator overloading in c++?
an integer constant must have atleast one a) character b) digit c) decimal point
What are the differences between malloc() and calloc()?