Structures - overview
- Politechnika Śląska
- Fundamentals of Computer Programming
Structures • A structure - consists of a sequence of named members of various types • struct starts a structure declaration (a list of declarations enclosed in braces) • An optional name called a structure tag may follow the word struct • Access: struct-name.member •