Defining and Using Structures in C

# Introduction Structure (`struct`) is a compound type that can be used to store different types of data. It can be used to implement more complex data structures. For example, the items in a convenience store have attributes such as product name, category, and price. We can use a structure to represent them. In this lab, we will learn about defining and using structures. **Knowledge Points:** - Definition of a structure - Methods of a structure instance

|60 : 00

Click the virtual machine below to start practicing