0
Can we change the value of constant
pointers
4 Réponses
+ 2
Trying changing the value of ANY constant, will give an error.
+ 1
A resource for pointers
http://www.cplusplus.com/doc/tutorial/pointers/
+ 1
http://www.geeksforgeeks.org/const-qualifier-in-c/
0
No, because they're constant. Constant means: you can't change them.