📜  volatile 关键字 in - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:43.380000             🧑  作者: Mango

代码示例2
C's volatile keyword is a qualifier that is applied to a variable when it is declared. It tells the compiler that the value of the variable may change at any time--without any action being taken by the code the compiler finds nearby.