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

What is scope of a variable? (LOLZ)

2 Answers   CA, TCS,


When is dynamic checking necessary?

0 Answers  


What does it mean to declare a member function as virtual?

0 Answers  


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,


Explain public, protected, private in c++?

0 Answers  






Write a program to calculate the BMI of a person using the formula BMI = weight/height2.

2 Answers  


How are pointers type-cast?

0 Answers   iNautix,


What is #include iostream in c++?

0 Answers  


What do you mean by funtion prototype?

0 Answers  


How do you generate a random number in c++?

0 Answers  


What is general form of pure virtual function? Explain?

0 Answers  


What is a float in c++?

0 Answers  


Categories