Multiple choice

The link between object and variable in a structure is shown by the operator

  1. .

  2. :

  3. +

  4. /

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

The dot operator (.) is used to access members of a structure or union variable.