Computer Science, asked by raghav4711, 1 year ago

what are variables how they are important for program​

Answers

Answered by navneetchhabra60
30
HEY ....



x and y are variables. Variables can represent numeric values, characters, character strings, or memoryaddresses.

Variables play an important role in computer programmingbecause they enable programmers to write flexible programs. Rather than entering data directly into a program, a programmer can use variables to represent the data. Then, when the program is executed, the variables are replaced with real data. This makes it possible for the same program to processdifferent sets of data.

.

HoPe ThIS heLps YOu

raghav4711: can you give me for 2 marks question
navneetchhabra60: is this okay
Answered by StaceeLichtenstein
14

Variable and there important is given below

Explanation:

  • Variable is providing the storage area In the program the variable is those which value changing during the program execution. There are different kinds of variables that store different values.To declare any variable we follow the rules of a variable.

Important of variable :  

  • Without the variable we cannot store the value in the program.
  • We cannot perform any operation without the variable.
  • without the variable the program is not flexible.

Learn More:

  • brainly.in/question/2076803
Similar questions