Answer Posted / qqlin
it means this value will be changed unexpectedly. everytime
the program wants to use it, it can only be got from memory
but not from the register directly.
if you want a variable can be accessed by several threads,
you need this key word, like in ISR program, etc.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What does flush do c++?
Is c++ still in demand?
What is a linked list in c++?
Write my own zero-argument manipulator that should work same as hex?
What are the advantage of using register variables?
Do you know about latest advancements in C++ ?
What are put and get pointers?
What is the iunknown interface?
Define anonymous class.
Explain how overloading takes place in c++?
Explain how a pointer to function can be declared in C++?
What apps are written in c++?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What is ctime c++?
What is the difference between function overloading and operator overloading?