What are variables …
 
Notifications
Clear all

What are variables in programming?

2 Posts
3 Users
0 Likes
193 Views
0
Topic starter

Explain Briefly.

2 Answers
0

Variables in programming are placeholders used to store and represent data values that can be manipulated and accessed throughout the program’s execution.

0

In programming, a variable is a value that can change, depending on conditions or on information passed to the program. Typically, a program consists of instruction s that tell the computer what to do and data that the program uses when it is running.

Share: