declare a variable

In programming, to declare something is to define the name and data type of a variable, array, or some other similar object in programming. Many, but not all, programming languages require you to declare variables before using them.