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
Write about a nested class and mention its use?
What is meant by iomanip in c++?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is a static element?
What is the use of main function in c++?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Do you know the use of vtable?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
Is there any function that can skip certain number of characters present in the input stream?
Explain the uses of static class data?
What is cin clear () in c++?
Can we change the basic meaning of an operator in c++?
What is encapsulation in C++? Give an example.
What is public, protected, private in c++?
Are there any special rules about inlining?