A struct (short for structure) in C is a grouping of variables together into a single type ... struct Circle c; ... You can pass a struct to a function.
確定! 回上一頁