About 149,000 results
Open links in new tab
  1. C Structures (structs) - W3Schools

    Structures Structures (also called structs) are a way to group several related variables into one place. Each variable in the structure …

  2. C Structures - GeeksforGeeks

    Apr 8, 2026 · In C, a structure is a user-defined data type that can be used to group items of possibly different types into a single …

  3. Struct declaration - cppreference.com

    Struct declaration A struct is a type consisting of a sequence of members whose storage is allocated in an ordered sequence (as …

  4. struct (C programming language) - Wikipedia

    In the C programming language, struct (referring to a structure) is the keyword used to define a composite, a.k.a. record, data type – …

  5. The #1 user-friendly PIM system | Struct PIM

    Improve your product information management with a Struct PIM. The go-to flexible PIM System. Learn more about Struct PIM here.

  6. struct — Interpret bytes as packed binary data — Python 3.14.6 ...

    1 day ago · Source code: Lib/struct.py This module converts between Python values and C structs represented as Python bytes …

  7. C# structs - C# | Microsoft Learn

    Apr 7, 2026 · Learn how to define and use structs in C#, including value semantics, parameterless constructors, auto-default …

  8. Struct Declaration and Usage in C# - GeeksforGeeks

    Oct 16, 2025 · A struct in C# is declared using the struct keyword. It can contain fields, properties, methods, constructors and …

  9. Struct and union initialization - cppreference.com

    When initializing an object of struct or union type, the initializer must be a non-empty,(until C23) brace-enclosed, comma-separated …

  10. struct (C++) | Microsoft Learn

    Aug 3, 2021 · struct The struct keyword. ms-decl-spec Optional storage-class specification. For more information, refer to the …