首页 试题详情
单选题

下面程序的输出结果为(   ) #include using namespace std; func (int a,int b) { int c; c=a*b; return (c ); } int main( ) {int x=6,y=7,z=8,r; r=func(--x*y,z--); cout

A294

B245

C280

D416

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

相似试题

  • 单选题

    阅读下面程序:set_01 = {‘a‘, ‘c‘, ‘b‘, ‘a‘}set_01.add(‘d‘)print(len(set_01))运行程序,以下输出结果正确是(

    答案解析

  • 单选题

    下面程序输出结果。main({ int a,b;b=(a=3*5,a*4,a*5;printf(%d,b;}

    答案解析

  • 单选题

    请看下面一段程序:def info(age,name=小明): ? print({}年龄{}.format(name,age)) info(28,小红)运行上述程序,最终输出结果

    答案解析

  • 单选题

    运行以下Python程序输出结果(      。For c in abcd:     print(c,end=*)

    答案解析

  • 单选题

    下面程序输出结果(    #include using namespace std; int main( ) { int a[3][3]={{1,2},{3,4},{5}}; int s=0; for (int i=1;i

    答案解析

热门题库