Pointers to structs are common enough in C that a special syntax is provided ... 1 struct string s; /* a struct */ 2 struct string *sp; /* a pointer to a ...
確定! 回上一頁