Answer Posted / nashiinformaticssolutions
A volatile variable indicates to the compiler that the variable can be changed at any time, preventing optimizations.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a constructor and how is it called?
Write about an iterator class?
Do class declarations end with a semicolon? Do class method definitions?
How do you flush std cout?
write a function signature with various number of parameters.
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
Explain the difference between abstract class and interface in c++?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
Can manipulators fall in love?
Does improper inheritance have a potential to wreck a project?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What's the order in which the objects in an array are destructed?
What is srand c++?
what do you mean by volatile variable?