A variable whose scope is restricted to the method where it was declared is known as a(n):
(a) parameter.
(b) global variable.
(c) local variable.
(d) public instance data.
(e) private instance data.