CONSTANTS AND VARIABLES
Constant is a virtual data container that stores information. The value will
never change (remains constant) at any time during the course of a
program.
Variables is a virtual data container that stores information. The value
inside may change at any time during the course of a program.
DIFFERENCES BETWEEN CONSTANTS AND VARIABLES
No comments:
Post a Comment