S
Q. What is the output of this program?
#include using namespace std; int main() { float num0 = 10.6; double num1 = 10.6; if (num0 == 10.6f) cout << "Arun"; else cout << "Sharma"; return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. When are the pointer types known for upcasting the objects?
Q. Constructors have _____ return type.
Q. In which type of constant the Decimal numbers, integer and floating-point are related?
Q. What is the output of this program?
Q. Using which of the following keywords can an exception be generated?
Q. Objects in a sequence that have the same type, is called
Q. Which of the following is used for comments in C++?
Q. Which of the following, in C++, is inherited in a derived class from base class?
Q. Which concepts does the Pre Increment use?
Q. A class whos objects can not be created is known as _____
Discusssion
Login to discuss.