首页 试题详情
单选题

下面C代码的输出结果是( )。int answer,result; answer=100; result=answer-10; printf(“The result is %d”, result 5);

AThe result is 90

BThe result is 95

CThe result is 10

DThe result is 100

正确答案:A (备注:此答案有误)

相似试题

  • 单选题

    下面C代码输出结果是int answer,result; answer=100; result=answer-10; printf(“The result is %d”, result 5);

    答案解析

  • 单选题

    下面代码输出结果为int func(int x) { int countx =0; while(x) { countx ++; x = x&(x-1); } return countx; }int main(){ cout

    答案解析

  • 单选题

    执行下列代码,程序输出结果是(用下划线表示空格:( )int a=29,b=100;cout

    答案解析

  • 单选题

    下面程序输出结果是(    #include using namespace std; void fun(int x,int y,int z){ z=x*x+y*y; }int main( ){ int z=68; fun(5,2,z); cout

    答案解析

  • 单选题

    int x;且有下面程序片断,则输出结果是 。for (x=3; x

    答案解析

热门题库