Answer Posted / 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 |
Post New Answer View All Answers
What is the benefit of c++?
Write a program to interchange 2 variables without using the third one.
Differentiate between realloc() and free().
What is time_t c++?
What size is allocated to the union variable?
What's the "software peter principleā?
What is while loops?
Explain what are the sizes and ranges of the basic c++ data types?
How much do coding jobs pay?
What is setbase c++?
Where do I find the current c or c++ standard documents?
How do you invoke a base member function from a derived class in which you have not overridden that function?
Why main function is special in c++?
What sorting algorithm does c++ use?
Define pre-condition and post-condition to a member function in c++?