VARIABLE TYPE What do you think what is variable type? Our electronic definitions web site has answer for that as well:
variable type is the kind of data that is identified by the variable (e.g. alphanumeric integer floating point). The type may need to be declared when the variable is first used in a program so that adequate storage space is provided.
| |