All,
Anyone have any suggestions for completing the last line below:
public/private define a variable's scope.
int/char/double define a variable's type.
static/non-static define a variable's ____________.
I know what static variables are, I just can't think of a word or even 2 words to fill in the blank. (I'm building a symbol table and I need a pidgeon hole for the "static" keyword.)
Thanks,
-Bill