Structures Flashcards

(4 cards)

1
Q

Contiguous bytes of memory divided according to data type used by the user

A

Records/Structure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Syntax for reserving space for an array of structure

A

varName resb array_size*structure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly