Daniel Volpato’s Reviews > Expert C Programming: Deep Secrets > Status Update
Like flag
Daniel’s Previous Updates
Daniel Volpato
is 13% done
"The keyword const doesn’t turn a variable into a constant! A symbol with the const qualifier merely means that the symbol cannot be used for assignment. This makes the value read-only through that symbol ; it does not prevent the value from being modified through some other means internal (or even external) to the program."
— Mar 21, 2016 05:04AM

