224k views
0 votes
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

User Xpilot
by
6.2k points

1 Answer

3 votes
False i think I’m not sure
User N Jay
by
5.5k points