View Single Post
  #1  
Old 09-02-2010, 11:25 PM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default Problem with const keyword

Through my knowledge, I know that by declaring a variable as 'const', its stored in read only memory and at the same time I found that a const variable's value can be changed using pointers. How is it possible?
__________________
C++
domain name forum
Reply With Quote