Combining C's volatile and const keywords. Barr, M.
Combining C's volatile and const keywords [link]Paper  abstract   bibtex   
Does it ever make sense to declare a variable in C or C++ as both volatile (in other words, "ever-changing") and const ("read-only")? If so, why? And how should you combine volatile and const properly?
@misc{barr_combining_nodate,
	title = {Combining {C}'s volatile and const keywords},
	url = {https://www.embedded.com/electronics-blogs/barr-code/4236917/Combining-C-s-volatile-and-const-keywords},
	abstract = {Does it ever make sense to declare a variable in C or C++ as both volatile (in other words, "ever-changing") and const ("read-only")? If so, why? And how should you combine volatile and const properly?},
	urldate = {2017-11-24},
	journal = {Embedded},
	author = {Barr, Michael}
}

Downloads: 0