struct

struct — noun

1. a shortened written form of the word 'structure', used especially in computer pr

1.名詞B2
釋義

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]

文法句型

[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.

常見錯誤

I revised the struct of my essay three times.
I revised the structure of my essay three times.
💡In formal or academic writing, use the full word 'structure' rather than the abbreviation.