Kizspy | Question: 6
(Choose 1 answer)
Which of the following accurately describes the scope of a local variable in C?
A. It is visible only within the function where it's declared.
B. It is accessible throughout the entire program.
C. It can be accessed by any function within the same source file.
D. It is available globally but with restricted modification rights.