1.

Which of the following best describe volatile keyword?

A. Volatile keyword indicates that the variable is stored in volatile memory
B. Volatile keyword indicates that the value of the variable cannot be determined at compile time
C. Volatile keyword instruct the compiler not to do any optimization on that variable
D. Volatile keyword indicates that it cannot be used with const keyword
Answer» D. Volatile keyword indicates that it cannot be used with const keyword


Discussion

No Comment Found