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 |
Is c better than c++?
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
What is the difference between global variables and static varables?
what is VOID?
Define namespace in c++?
What are the benefits of c++?
What gives the current position of the put pointer?
what is the use of Namespace in c++.
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What is the insertion operator and what does it do?
plz send me National informatics center paper pattern
Can you pass an array to a function in c++?