Daniel Volpato’s Reviews > Expert C Programming: Deep Secrets > Status Update


flag

Daniel’s Previous Updates

Daniel Volpato
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
Expert C Programming: Deep Secrets


No comments have been added yet.