Multiple choice

How structure array elements can be accessed?

  1. Using FIFO

  2. Using LIFO

  3. Using dot operator

  4. Using index number

  5. Using base address

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

It is used to access the element of array and structures.