• 2021-04-14
    中国大学MOOC: 下面程序执行后的输出结果是()。using System;c...quot;, F(3 + 5)); }}
  • 编译出错

    内容

    • 0

      中国大学MOOC: 下面程序段执行后的输出结果是( )。char a[7]="abcdef";char b[4]="ABC";strcpy(a,b);printf("%c",a[5]);

    • 1

      下面程序段执行后的输出结果是 。 char c [5]= {

    • 2

      中国大学MOOC: 以下程序段执行后输出的结果是( )。int a[][4]={1,2,3,4,5,6,7,8,9,10,11,12};printf("%d\n",a[1][5]);

    • 3

      中国大学MOOC: 下面程序段执行后的输出结果是( )。char *s="abcde" ;s+=2;printf("%d",s);

    • 4

      执行下面程序后,输出结果是_______。_