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 are the advantages of pointers?
What are the two types of polymorphism?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
What things would you remember while making an interface?
How long does it take to get good at leetcode?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
Which software is best for c++ programming?
Why c++ is created?
What is wrapper class in c++?
Name four predefined macros.
What is the auto keyword good for in c++?
How many static variables are created if you put one static member into a template class definition?
Does c++ have foreach?
What is extern c++?