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

Solved
Show answers

Ask an AI advisor a question