Question:The value of a local variable of a function has to be retained over multiple calls to that function. How should that variable be declared?
A local B global C static D None
+ AnswerC
+ Report