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
How can you differentiate between inheritance and implementation in c++?
What is a .h file c++?
What are the advantages of inheritance in c++?
What is multithreading and what is its use?Whats are multithreading techniques used in C++?
Explain some examples of operator overloading?
Describe public access specifiers?
Write a function which takes a character array as input and reverses it in place.
2 Answers Lehman Brothers, Vision Infotech,
What is scope resolution operator in c++ with example?
const char * char * const What is the differnce between the above two?
What is the difference between reference and pointer?
Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?
Define pointers?