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 |
Can we define a constructor as virtual in c++?
Write about the members that a derived class can add?
What is a storage class?
What is size of null class?
What are namespaces in c++?
To which numbering system can the binary number 1101100100111100 be easily converted to?
What causes a runtime error c++?
write a function signature with various number of parameters.
Explain the problem with overriding functions
Explain static and dynamic memory allocation with an example each.
Can non-public members of another instance of the class be retrieved by the method of the same class?
Should I learn c or c++ first?