Meaning of the word struct in English

What does struct mean in English? Explore the meaning, pronunciation, and specific usage of this word with Lingoland.

struct

US /strʌkt/
UK /strʌkt/

Noun

a data structure that groups together related data items of different types

Example:
In C++, you can define a struct to hold a student's name, ID, and grade.
The program uses a struct to manage inventory items, each with a name, quantity, and price.