Input in C merge with the next one with Struct in C

前端 未结 0 1975
春和景丽
春和景丽 2021-01-14 23:16
#include 
#include 
#include 
#include 
typedef struct Student
{
    char name[256];
    char id[5];
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题