English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
所有分類

在書上看到一個問題:
請根據底下的結構定義和變數宣告,撰寫一個運算式來存取下列各項中的結構成員
struct customer{
char lastName[15];
char FirstName[15];
int customerNumber;
struct{
char phoneNumber[11];
char address[50];
char city[15];
char state[3];
char zipCode[6];
}personal;
}customerRecord, *customerPtr;
customerptr = &customerRecord;

2006-09-08 11:05:50 · 3 個解答 · 發問者 軟軟皮 2 in 電腦與網際網路 程式設計

3 個解答

我想吃碳烤羊小排

2006-09-11 12:37:35 · answer #1 · answered by Xiao Lan 4 · 0 0

小綿羊想吃麥當勞~

2006-09-08 16:35:05 · answer #2 · answered by Big_John-tw 7 · 0 0

不懂那 算運式 是指什麼?

2006-09-09 09:47:53 補充:
你餓過頭了。

2006-09-08 11:31:14 · answer #3 · answered by Almond 6 · 0 0

fedest.com, questions and answers