如何對結構體成員賦值和初始化

// 結構體的賦值和初始化.cpp : 定義控制檯應用程序的入口點。 // #include "stdafx.h" #include <stdio.h> //定義結構體 struct Student { float score; char sex; char name[20]; }; int main(void) { int i = 0;//在c語言中,全部的定義必須放在執行語句以前
相關文章
相關標籤/搜索