What is the function of the keyword ‘volatile’ in C++?
Answer Posted / 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 |
Post New Answer View All Answers
What new()is different from malloc()?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What do you mean by early binding?
What is data types c++?
Why do we use classes in c++?
Who made c++?
Define stacks. Provide an example where they are useful.
which of the following is not an secondary constant a) array b) real c) union
Which operator cannot be overloaded c++?
Why use of template is better than a base class?
What are files in c++?
What is scope resolution operator in c++ with example?
What is meant by forward referencing and when should it be used?
What is expression parser in c++
Write a program to find the reverse Fibonacci series starting from N.