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 are the various situations where a copy constructor is invoked?
What is a constructor initializer list and when we use constructor initializer list?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Is c++ slower than c?
Explain Text Manipulation Routines?
What is the use of object in c++?
What is the use of register keyword with the variables?
What are the rules about using an underscore in a c++ identifier?
What is atoi in c++?
What is a driver program?
What is rvalue?
What is an overflow error?