问题
-
(38)有以下程序#include <stdio.h>struct S{ int a,b;}data[2]={10,100,20,200};main(){ s
-
有以下程序#include <stdio.h>struct stu{ int num; char name [10];int age;};Void fun(s
-
有以下程序: #include<stdio.h> main { int i=0 a=0; while(i<20) { for(;;) {if((i%10
-
若有定义:int a[3] = {1 2 3} *p i;p = a;且0<=i<10 则下列选项中 对数组元素引用错误的是()
-
已知i j k为int型变量 若从键盘输入:1 2 3<回车> 使i的值为1 j的值为2 k的值为3 以下选项
-
有以下程序#include<stdio.h>main( ){int y=10while(y--);printf(“y=%d\n” y);}程序执行后