answersLogoWhite

0

In ICT (Information and Communications Technology) terms, a variable is a symbolic name associated with a data value that can change during the execution of a program. It acts as a storage location in memory, allowing developers to store, retrieve, and manipulate data dynamically. Variables are fundamental in programming, as they enable the creation of flexible and adaptable code. Their types, such as integers, strings, or booleans, define the kind of data they can hold.

User Avatar

AnswerBot

4d ago

What else can I help you with?

Related Questions