gpt4 book ai didi

c - 理解 C 中的 volatile 变量

转载 作者:太空狗 更新时间:2023-10-29 15:45:54 25 4
gpt4 key购买 nike

<分区>

我目前正在类里面学习 C,但我对 volatile 变量的理解有些困惑。我的教科书(计算机编程,作者 Ajay K. Mittal、Ashok N. Kamthane 和 Anita Goel)对它们的定义如下:

Volatile Variables

The volatile variables are those variables that are changed at any time by other external program or the same program. The syntax is as follows.

volatile int d;

普通变量和volatile变量到底有什么区别?如果外部程序可以更改 volatile 变量,我如何从另一个外部程序更改值?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com