making a variable const in cpp then give its address to a pointer and change its value by dereferecing but I still gets the value that I stored initially.
code snippet<