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 |
How can I disable the "echo" feature?
What is std :: flush?
What is enum class in c++?
Differentiate between the message and method?
what is oops
Is c++ a software?
What is the advantage of an external iterator.
What is the full form of india?
Can recursive program be written in C++?
what do you mean by memory management operators
what is Member Functions in Classes?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].