Classes And Objects In C Plus Plus - Study Mode
[#41] Pick the incorrect statements out of the following.
Correct Answer
(B) Arity of operators can be changed using operator overloading
[#42] Which keyword is used to define the user defined data types?
Correct Answer
(C) typedef
[#43] Which of the following is correct about friend functions?
Correct Answer
(D) All of the mentioned
[#44] Which function is used to get the length of a string object?
Correct Answer
(D) both size() and length() function
[#45] How many types of user-defined data type are in c++?
Correct Answer
(C) 3