struct
struct — noun
1. a shortened written form of the word 'structure', used especially in computer pr
a shortened written form of the word 'structure', used especially in computer programming to name a group of related pieces of information stored together — for example, a struct containing a person's name, age, and address; also used informally in notes or messages to mean a plan, system, or organization.
The C program uses a struct to store each student's name, ID, and final grade.
struct to store multiple data fields
Quinn created a struct called 'Book' with fields for the title and the author.
struct definition: struct called [Name]
Please send me the org struct for the new department before Friday.
Yuki wrote a struct that stores the x and y coordinates for each map point.
The struct in the database groups a customer's name, phone number, and email address.
文法句型
[countable] struct + for + [data_group]
written abbreviation in notes
用法筆記
Always written in lowercase in code. In formal academic or business writing, use the full word 'structure' instead of the abbreviation.