R
Q. What will be the output of the following program?
#include iostream.h void main() { float x=5,y=2; int result; result=x % y; cout result; }
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. Which of the following keyword is used to overload an operator?
Q. Find out the error in following block of code. If (x = 100) Cout << “x is 100”;
Q. Which of the following is not a member of class?
Q. Which of the following is the perfect set of operators that can’t be overloaded in CPP ?
Q. Which of the following is not a valid C++ identifier?
Q. What is the output of the following C++ code?
Q. Out of the following, which is not a member of the
Q. Following is the invalid inclusion of a file to the current program. Identify it
Q. Which one of the following is not a fundamental data type in C++
Discusssion
Login to discuss.