Today I faced an interview in which one question was very tricky for me. Interviewer said \"how to make constant able to change its value?\"
I replied \"using point
I would think that the interviewer was expecting you to say const_cast<>() which can make a constant declared variable changeable in code.