Structures Flashcards
(4 cards)
1
Q
Contiguous bytes of memory divided according to data type used by the user
A
Records/Structure
2
Q
What do we need to know to access the elements of a structure?
A
- Size of each field
- Size of whole structure
- Starting address of each field
3
Q
Syntax for reserving space for an array of structure
A
varName resb array_size*structure
4
Q
A