The scope of a variable declared within a for() loop is:

a) Only known within the for() loop

b) Global across all functions in the file containing the code

c) Local to the function containing the for() loop

d) It depends on the variable type