Home / Definitions / Declare

Declare

Webopedia Staff
Last Updated May 24, 2021 7:40 am
In programming, to declare is to define the name and data type of a variable or other programming construct. Many programming languages, including C and Pascal, require you to declare variables before using them.