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
Explain stack & heap objects?
What things would you remember while making an interface?
What are c++ stream classes?
What is the basic of c++?
What is endl?
Which software is used to run c++ program?
What is operators in c++?
What is the meaning of string in c++?
What is virtual base class?
how to access grid view row?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
What is c++ array?
How can you differentiate between inheritance and implementation in c++?
How we can differentiate between a pre and post increment operators during overloading?
What does iomanip mean in c++?