早教吧作业答案频道 -->数学-->
这句循环语句是什么意思为什么在判断中赋值?while(*pa++=*f++);
题目详情
这句循环语句是什么意思 为什么在判断中赋值?
while (*pa++ = *f++)
;
while (*pa++ = *f++)
;
▼优质解答
答案和解析
*pa++ = *f++
//等同于
*pa = *f
pa++
f++
//赋值的结果就是所赋的值,非零为真,隐式的转换
//等同于
*pa = *f
pa++
f++
//赋值的结果就是所赋的值,非零为真,隐式的转换
看了这句循环语句是什么意思为什么在...的网友还看了以下:
While still a small girl ,she could play the pian 2020-05-16 …
matlab 判断语句假定x=12000matlab 语句为while x/10==fix(x/1 2020-05-16 …
by在这句中的意思weoftengetdiscouragedbyfailurewhileprepa 2020-06-02 …
It'snowonderyou'vegotaheadacheyoudranksomuchlastn 2020-06-15 …
I’lltakenostepsCyouarrive.A.andB.sinceC.untilD.wh 2020-06-15 …
Amanescapedfromtheprisonlastnight.Itwasalongtimet 2020-06-30 …
IoftenhaveconversationswithJohnoverthetelephone,k 2020-07-14 …
一个英语习题求解!.everypaperhasitsowncharacteristics,itiss 2020-12-13 …
.everypaperhasitsowncharacteristics,itisstillpossi 2020-12-13 …
Hewouldgotoschoolewhileill.他要去上学,尽管他病了1.while表示让步, 2021-02-05 …