C言語にはデータ構造がありません。ポインタとポインタ演算があります。データ構造へのポインタがあります。
In C there are no data structures: there are pointers and pointer arithmetic. So you have a pointer into a data structure.