Multiple choice

Which of these refers to the data stored in a data structure and which is not part of the structure of the data structure?

  1. satellite data

  2. pointer

  3. control tables

  4. lookup table

  5. hooks

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Satellite data refers to any payload data which you want to store in your data structure and which is not part of the structure of the data structure. It can be anything you want. It can be a single value, a large collection of values or a pointer to some other location that holds the value.