top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

const volatile int p; [CLOSED]

+2 votes
208 views

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?

This question has an answer at: What is use of const volatile ?
posted Jan 13, 2015 by Chirag Gangdev

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
It been discussed at lot of times here, please go through
http://tech.queryhome.com/18947/what-is-use-of-const-volatile

...