Home / Definitions / Declare

Declare

Webopedia Staff
Last Updated April 17, 2024 4:35 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.