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 |
What kind of jobs can I get with c++?
how to create window program in c++.please explain.
Explain the difference between class and struct in c++?
When can you tell that a memory leak will occur?
When is dynamic checking necessary?
What should main() return in c and c++?
What is c++ array?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
How to construct virtual constructor
6 Answers CIStems Software, Symphony,
What are structures and unions?
What is difference between array and vector in c++?
What you mean by early binding and late binding? How it is related to dynamic binding?