Using this code, answer all of the questions: What is the initial value of A.i? Does it change after it is initially set, and if so, what is its final value? What is the value of ABC.i?
a) Initial value is 0; It changes to 1; ABC.i = 1
b) Initial value is 1; It remains 1; ABC.i = 1
c) Initial value is 0; It remains 0; ABC.i = 0
d) Initial value is 1; It changes to 0; ABC.i = 0