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 are the basics concepts of OOPS?
What are the uses of c++ in the real world?
Implement strncpy
What is class and structure in c++?
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
Show the declaration for a static function pointer.
What is problem with Runtime type identification?
Why c++ is not a pure oop language?
If dog is a friend of boy, is boy a friend of dog?
Is it possible to write a c++ template to check for a function's existence?
How can I learn c++ easily?
What is exception handling in C++?