问题
-
设有定义:struct person{int ID;char name[12];}P;请将scanf(“%d”,【】);语句补充完整,使其能够为
-
设有如下定义 struct ss { char name[10]; int age; char s
-
设有定义:struct person{int ID;char name[12];}P;请将scanf(“%d” 【】);语句补充完整 使其能够为
-
有以下结构体说明 变量定义和赋值语句 struct STD { char name[10];
-
有以下结构体说明 变量定义和赋值语句struct STD{ char name[10];int age;char sex;} s[5]
-
设有如下定义 struct ss { char name[10]; int age; char sex; }std[3] * p=st