Question: C++ When passing a non-const argument to a const function, the const_cast operator should be used to cast away the const-ness of the function. True
C++
When passing a non-const argument to a const function, the const_cast operator should be used to cast away the "const-ness" of the function.
True
False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
