The following code is a simple example of a structure declaration: struct Dog { int age; int height; } aDog;. This example declares a structure type called Dog.
確定! 回上一頁