Answer Posted / 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 |
Post New Answer View All Answers
How a new element can be added or pushed in a stack?
What is time h in c++?
What is auto type c++?
What is abstraction in c++?
What are the c++ access specifiers?
Explain stack unwinding.
What is prototype in c++ with example?
What are the restrictions apply to constructors and destructors?
What are the rules about using an underscore in a c++ identifier?
What is the best c++ book for beginners?
Can create new c++ operators?
Can I run c program in turbo c++?
Describe new operator?
What is dynamic and static typing?
What is static class data?