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 |
Define inline function
What are Binay tress and B trees? Diff between them?
When you overload member functions, in what ways must they differ?
What are namespaces in c++?
What will the line of code below print out and why?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
What does it mean to declare a member function as virtual?
Should I learn c or c++ or c#?
What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?
program in c++ to input digits and print in words
What are the advantages of using friend classes?
What are the implicit member functions of class?