Variables In programming, a variable is a container (storage area) to hold data. To indicate the storage area, each variable should be given a unique name (identifier). Variable names are just the symbolic representation of a memory location. For example: Here, abc is a variable of int type. Here, the variable is assigned anContinue Reading