A variable is assigned a value on line 328 of a program. Which of the following must be true in order for the variable to work?
a
A variable was declared before line 328
b
The variable was assigned a different value before line 328
c
The variable will be assigned a different value after line 328
d
The variable will be initialized after line 328