In a program data is handled using an identifier. In programming there are many types of identifiers which are commonly constants and variables.
Defining and declaring consonants and variables
In order to create an identifier you would usually put two things, the data type and the name.
Almost all programming language support data types which defined what kind of data is to be placed in the identifier.
Transclude of Common-data-types-in-programming
Managing variables
Many programming languages have a way of managing variables. One way programs manage variables is trough scopes and making variables global and local.
Transclude of Types-of-variables-in-programming