wrong answer, adjective, adjective, should be removed, constructive answer: exclude from optimising
Sigiloso
31 de mar. de 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.
Sigiloso
22 de abr. de 2017
To store Values of hardware dependent registers . Also used for variable in multi thread applications.