Hi,
I'm reading C Primer Plus by Prata, and he mentioned that if you initilize a variable with static storage duration, then you have to use constant values. I don't understand what he means by 'constant values'. Did he mean that I have to declare my variable with the qualifier "const"?