Kizspy | Question: 33
(Choose 1 answer)
What is a static variable in C#?
A. A variable that can only be accessed within the same class.
B. A variable that is automatically initialized to a default value.
C. A variable that retains its value across multiple instances of a class.
D. A variable that is used for dynamic memory allocation.