这个程序的输出是什么以及如何?
#include<stdio.h> int main(){ int a=0,b=10; a=b--- printf("the value of b=%d",b); printf("the value of a=%d",a); return 0; }
c syntax
c ×1
syntax ×1