在 C++中执行以下 4 条语句后输出 rad 值为()static int hot=200;int rad=hot;hot=hot+100;coutradendl;

在 C 中执行以下 4 条语句后输出 rad 值为()static int hot=200;int rad=hot;hot=hot 100;coutradendl;

A.0

B.100

C.300

D.500

正确答案:300

猜你喜欢