struct Book{ char *name; int pages; float price; };. This is how we can define structure. To use structure in C Programs, we have to declare structure variable.
確定! 回上一頁