I do not understand this. Why x=1 when enter 5,6$

前端 未结 0 1954
迷失自我
迷失自我 2021-02-01 07:41

The code is:

int main(){

int i=1; int j=2; char c=\'a\'; int x=-1; x=scanf("%d%d%c", &i, &j,&c);

printf("%d",x);

}
相关标签:
回答
  • 消灭零回复
提交回复
热议问题