Pregunta de entrevista de Trakm8 Holdings

Q1- Use of Volatile keyword?

Respuestas de entrevistas

Anónimo

30 mar 2019

volatile your a. ., does that count I used it

Anónimo

30 mar 2019

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.