1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
Describe the template for defining structures
struct structName {
varType varName;
};

Describe self-referential structures

Describe the defining of variables of structure types
struct structureName varName;
struct structureName arrName;

Describe the initialization of structures

Describe how to access the variables of structures and their pointer objects

Describe the use of typedef
