What is a volatile variable in c++?

Answers were Sorted based on User's Feedback



What is a volatile variable in c++?..

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

What is a volatile variable in c++?..

Answer / 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

More C++ General Interview Questions

What kind of jobs can I get with c++?

0 Answers  


how to create window program in c++.please explain.

1 Answers   Microsoft,


Explain the difference between class and struct in c++?

0 Answers  


When can you tell that a memory leak will occur?

1 Answers  


When is dynamic checking necessary?

0 Answers  


What should main() return in c and c++?

0 Answers  


What is c++ array?

0 Answers  


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?

0 Answers  


How to construct virtual constructor

6 Answers   CIStems Software, Symphony,


What are structures and unions?

0 Answers  


What is difference between array and vector in c++?

0 Answers  


What you mean by early binding and late binding? How it is related to dynamic binding?

1 Answers  


Categories