What is the function of the keyword ‘volatile’ in C++?
Answer / nashiinformaticssolutions
A qualifier known as the volatile keyword can be used on a variable to let the compiler know that the value of the variable could change at any time. The primary goal of utilizing volatile is to stop source code optimizations on objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which should be more useful: the protected and public virtuals?
what is the order of initialization for data?
10 Answers Amazon, TCS, Wipro,
What does '\r' and '\b' mean? Please explain with example.
Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??
How does code-bloating occur in c++?
What is the use of function pointer?
How is c++ different from java?
What is the default access level?
difference between macro and function?
Can you sort a set c++?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What does extern mean in a function declaration in c++?