Take as many assements as you can to improve your validate your skill rating
Total Questions: 6
1. One that can be modified by the class even when the object of the class or the member function doing the modification is const it is known as______________
Correct Answer is : mutable member
2. A __________is a single-parameter constructor that is declared without the explicit function specifier.
Correct Answer is : converting constructor
3. Which of the following types of models are available to create the user-defined data type?
1) built-in types
2)multipart types.
3)user created type
4)none of these
Correct Answer is : 1 and 2
4. *ptr++ is equivalent to_________.
Correct Answer is : None of the above
5. You have assigned the address of Value to the pointer P, Which statement will display the value stored in Value?