結構體字符串的輸入:

一、經過strcpy函數將字符串複製過去web #include <stdio.h> #include <string.h> struct student{ char name[10]; }; int main (void) { struct student boy1; strcpy (boy1.name, "Harry"); printf ("%s\n", b
相關文章
相關標籤/搜索