Meaning of Variable
What is a Variable?
Answers
Answered by
31
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.
Answered by
20
A variable is a value which is not constant. Its value get changes depending upon the functions and the constants....... They are denoted by any alphabet like x, y,z, a etc..
Similar questions