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

Post New Answer

More C++ General Interview Questions

How can you create a virtual copy constructor?

0 Answers  


Explain differences between alloc() and free()?

0 Answers  


Difference between inline functions and macros?

0 Answers  


1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,


Should I learn c or c++ first?

0 Answers  






When we use Abstract Class and when we use Interface?where we will implement in real time?

0 Answers  


Differentiate between C and C++.

0 Answers   Wipro,


What would happen on forgetting [], while deallocating an array through new?

0 Answers  


What is vectorial capacity?

0 Answers  


What are the advantages of using pointers in a program?

0 Answers  


why we cant create array of refrences

4 Answers  


Can char be a number c++?

0 Answers  


Categories