B
Q. The constants in C++ are also known as?
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 language can be run on any platform?
Q. What is the output of the following code snippet? int x = 10; int &ref = x; ref = 20; cout << x;
Q. The output of this program is
Q. What is the correct syntax to access a static member of a class?
Q. The size of an object or type can be determined with which operator?
Q. Which of the following below is /are a valid iterator type?
Q. Which of the following operators is called “Address operator”?
Q. In a class specified, data or functions and designated private are accessible
Q. The value 132.54 can be represented using which data type?
Discusssion
Login to discuss.