What is volatile and pragma? When they are used?
Answer / rakshith
he volatile keyword is a type qualifier used to declare that an object can be modified in the program by something such as the operating system, the hardware, or a concurrently executing thread.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is flush () in c++?
What is a manipulator in c++?
Will c++ be replaced?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Is c++ used anymore?
Explain the operation of overloading of an assignment operator.
What is stream and its types in c++?
Explain some examples of operator overloading?
Why would you make a destructor virtual?
print first nodd numbers in descending order
Explain what are mutator methods in c++?
Which bitwise operator is used to check whether a particular bit is on or off?