wrong answer, adjective, adjective, should be removed, constructive answer: exclude from optimising
Anónimo
31 mar 2019
"volatile" keyword in C/C++ is used for any variable whose value can change anytime unexpectedly for example variables used in ISR, Memory mapped peripheral registers and variables used by multiple threads in RTOS based applications.
Anónimo
22 abr 2017
To store Values of hardware dependent registers . Also used for variable in multi thread applications.