Pergunta de entrevista da empresa Trakm8 Holdings

Q1- Use of Volatile keyword?

Respostas da entrevista

Sigiloso

30 de mar. de 2019

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

Sigiloso

30 de mar. de 2019

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.