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 relational operators if statements in c++?
What is the keyword auto for?
Explain the extern storage classes in c++.
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What is the use of "new" operator?
When should I use unitbuf flag?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
how to explain our contribution in the project?
How can I improve my c++ skills?
How many types of comments are there in c++?
What is the type of this pointer in c++?
When should we use container classes instead of arrays?
Explain the advantages of using friend classes.
What are the steps in the development cycle?
When must you use a pointer rather than a reference?