问题
-
(36 ) 设有定义 :struct complex{ int real,unreal; } data1={1,8},data2;则以下赋值语句中错误
-
(36 ) 设有定义 :struct complex{ int real,unreal; } data1={1,8},data2;则以下赋值语句中错误
-
有以下程序#include <stdio.h>struct st{int x, y, z;} data[2]={3,10,2,20,15,7};main(){
-
若有以下定义和语句 struct a{ int n,m;}; struct a st[3]={{2,3},{4,5},{6,7}}; struct a*p=st;
-
若有以下定义的语句 struct student { int age; int num; }; struct student stu[3]={{1001 20}
-
若有以下程序段:struct st{int n;int*m:};int a=2 b=3 c=5;struct st s[3]=({101 &a} {102 &
指针p指向变量a,q指向变量c。则能够把c插入到a和b之间并形成新的链表的语句组是
冀公网安备 13070302000102号