我之前已经声明了变量及其值,但之前我从未在一行中完成过.
如果我写
A, B = 0.0, 2;
这是否意味着
A = 0
和
B = 2?
c variable-assignment
c ×1
variable-assignment ×1