What is a volatile variable in c++?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
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 |
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 |
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
What are the data types in c++?
Why is "using namespace std;" considered bad practice?
How java is different from c and c++?
What is pair in c++?
What is the use of seekg in c++?
What is the main purpose of overloading operators?
What is microsoft c++ redistributable 2013?
What are references in c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What do you mean by early binding?
What is a rooted hierarchy?