As Per my understanding, value can be changed within a code and const means value should never be changed. So,My question is the meaning/use of taking variable as const volatile?