问题
-
根据下列的定义,能打印出字母P的语句是() struct stu {char name[10]; int age; }; stmct stu s[
-
有以下程序#include <stdio.h>struct stu{ int num; char name [10];int age;};Void fun(s
-
有以下程序段struct STU{ char num[10];float score[3];};main(){ struct STU s[3]={ {"20021"
-
以下程序的输出结果是______。#includestruct stu{int num; char name[10]; int age;};v
-
有以下程序:#include struct STU{char name[10]; int num; int Score;};main(){struct
-
有以下结构体说明 变量定义和赋值语句 struct STD { char name[10];