是用來訪問指針指向的結構成員
如:
struct friends_list{
char name[10];
int age;
}friend1;
struct friends_list friend1={"zhanghe",36},*p;
則p—>age=36
它與(*p).age=36是一樣的
也與friend1.age=36是一樣的
c語言程序填空急求答案 #questi
c語言編輯器 #questionCon
c語言 一個題 #questionCo
C語言編程實例 5
c語言中怎樣實現對二維數組元素進行賦值並輸出。
用C語言求一個人從出生到今天一共活了多少天?