Given the following sets.
A ={0, 1, 2, 3}
B = {a, b, c, d}
C = {0, a, 2, b}
Find A n C
O {0, 2}
O (a, b, c, d]
O {0, 1, 2, 3)
O empty set
© {0, a, 2, b]