问题
-
(37 )有以下程序#include <stdio.h>#include <string.h>struct A{ int a; char b[1
-
(37 )有以下程序#include <stdio.h>#include <string.h>struct A{ int a; char b[1
-
(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>struct st{int x, y, z;} data[2]={3,10,2,20,15,7};main(){
-
有以下程序 #include<stdio.h>struct ord {int x y;} dt[2]={1 2 3 4};main(){ struct ord
最新题目