Question: How do you access the value for the field `name` in structure S?

  1. S['name']
  2. S.name
  3. S('name')
  4. S{'name'}

Answer: The correct answer of the above question is Option B:S.name