What in const in C++? Const which is short form of constant uses where we don't want to change or modify data. In programming const allo...

What in const in C++? Const which is short form of constant uses where we don't want to change or modify data. In programming const allo...