Answer Posted / hr@tgksolutions.com
A volatile variable indicates to the compiler that the variable can be changed at any time, preventing optimizations.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c++ an oop?
Differentiate between structure and class in c++.
What are separators in c++?
Is c++ harder than java?
Differentiate between a copy constructor and an overloaded assignment operator.
Is there a c++ certification?
Is map ordered c++?
What is an inline function in c++?
Explain the difference between new() and malloc() in c++?
What is the type of this pointer in c++?
Do vectors start at 0 c++?
What is a memory leak c++?
What is pointer in c++ with example?
What are multiple inheritances (virtual inheritance)?
What is the difference between strcpy() and strncpy()?