What is the function of the keyword ‘volatile’ in C++?
Answer / nashiinformaticssolutions
A qualifier known as the volatile keyword can be used on a variable to let the compiler know that the value of the variable could change at any time. The primary goal of utilizing volatile is to stop source code optimizations on objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the Difference between "printf" and "sprintf"?
7 Answers iSoft, PentaWare, TCS,
What is the use of pointer in c++ with example?
What is dev c++ used for?
What is the difference between new/delete and malloc/free?
Which bit wise operator is suitable for putting on a particular bit in a number?
Can a new be used in place of old mallocq? If yes, why?
In C++ cout is: a) object b) class c) something else
11 Answers Infosys, Lehman Brothers,
What is conversion constructor?
What are the 3 levels of programming languages?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What is the use of function pointer?
What are the advantages of using friend classes?