S
Q. Which of the following is a correct identifier in C++?
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 write a single character to console in C++?
Q. Choose the option below which is not a member of class.
Q. Which of the following is used for comments in C++?
Q. Which of the following C++ classes is used for handling input and output?
Q. The c++ contains header file which is:
Q. Static variable in a class is initialized when:
Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x << 1);
Q. Which of the following is not correct for virtual function in C++?
Discusssion
Login to discuss.