Answer Posted / 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 View All Answers
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
If a header file is included twice by mistake in the program, will it give any error?
What is a constant? Explain with an example.
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What are register variables?
What is using namespace std in c++?
What do you mean by “this” pointer?
What is meant by entry controlled loop?
What is type of 'this' pointer?
How do I run a program in notepad ++?
What are shallow and deep copy?
What is an inclusion guard?
write a porgram in c++ that reads an integer and print the biggest digit in the number
What is a pointer how and when is it used?
What is ifstream c++?