测评会员优惠活动进行中 · 开通 VIP,有效期内测评不限次 VIP 优惠中 · 测评不限次 立即查看

A36831. 若有以下程序#include <stdio.h>main(){ int a=0, b=0, c=0, d; c=(a+=b,, b+=a); /*the 4th line */ d=C;/*the 5th line*/ ;/*The 6th line*/ printf("%d,%d,%d\n",a,b,c);/*line 7*/}编译时出现错误,你认为出错的是( )

单选题 困难

题目描述

若有以下程序

#include <stdio.h>

main()

{

    int a=0, b=0, c=0, d; 

    c=(a+=b,, b+=a); /*the 4th line */

    d=C;/*the 5th line*/

    ;/*The 6th line*/

    printf("%d,%d,%d\n",a,b,c);/*line 7*/

}

编译时出现错误,你认为出错的是(    )

选项(单选)

上一题 下一题