单选题

下面中的程序的输出结果是?(     )

int main(){

    int a,b;

    a=5;

    b=3;

    a=b;

    b=a;

    printf("%d,%d",a,b);

    return 0;

}

A

3.5

B

3.3

C

5.3

D

运行错误

赣ICP备20007335号-2