CT Variables
CT Variables
Variables
• Serves as data storage for the
assigned or calculated value in your
program.
• The value it holds may vary or change
depending on the conditions or
instructions specified in the program
• It requires a data type to identify the
kind of data to be stored and a
variable name.
Variables
• Syntax
dataype variableName;
Data type of a Variable
Data Type Description Arduino
Ram Usage