有下面程序段#include"string.h"main(){chara[3][...n",i);}则程序段的输出结果是().
举一反三
- 下面程序的输出结果是().#include"string.h"main(){ch...printf("%s\n",str);}
- 现有如下程序段#include "stdio.h"main(){ int ...}则程序段的输出结果为________
- 以下程序段的输出结果是。 #include void main() { int a=3; do { printf("%d",a--); }while(!a); }
- 下面程序段的运行结果 static void Main(string[] args) { int a = 0; for (int i = 1; i < 5; i++) { int c = 0, b = 2; a += 3; c = a + b; Console.Write(c + ","); } } 程序运行结果是( )
- 现有如下程序段 #include"stdio.h" main() {int a[5][6]={23,3,65,21,6,78,28,5,67,25,435,76,8,22,45,7,8,34,6,78,32,4,5,67,4,21,1}; int i=0,j=5; printf("%d\n",*&a[0][0]+2*i+j-2);} 则程序的输出结果为.