Define Variable. Give two examples.

Variable refers to a storage area whose contents can vary during processing. All the variables are created in the memory of the computer. The data store can change during the execution of the programs.
Two example of variable are as follows.
i) preetam2
ii) preetam$

Comments

Popular posts from this blog

Define arithmetic operator with two examples.