Question:To retain the value of a local variable of a function over multiple calls to that function, you must declare that variable as:
A local B global C static D none of these
+ AnswerB
+ Report