This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

generla C

Hi,

Please can any one tell what is the differnce between "volatile const" and "const"

for ex:

const int x;

volatile const int x;

what does differnce makes?