Classes And Objects In C Plus Plus - Study Mode
[#126] What does a mutable member of a class mean?
Correct Answer
(C) A member that can be updated even if it a member of constant object
[#127] In the case of friend operator overloaded functions how many maximum object arguments a binary operator overloaded function can take?
Correct Answer
(B) 2
[#128] How many types are there in increment/decrement operator?
Correct Answer
(B) 2
[#129] Which operator is having the highest precedence in c++?
Correct Answer
(B) Scope resolution operator
[#130] How to unlimit the size of the stack?
Correct Answer
(A) setrlimit()