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 function is used to read a single character in the console in C++?
Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x % y);
Q. The statement i++; is equivalent to
Q. Auto, static, extern and register are called as ___
Q. What is the output of the following C++ code?
Q. What is the default return type of the 'main()' function in C++?
Discusssion
Login to discuss.