define the variable
please in correct answer
paper is there soo please only answer not abuse okk
Answers
Answered by
5
Answer:
Here's Your Answer
Explanation:
>A variable is nothing but a name given to a storage area that our programs can manipulate.
>Each variable in C has a specific type, which determines the size and layout of the variable's memory; the range of values that can be stored within that memory; and the set of operations that can be applied to the variable.
Answered by
24
Answer:
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.
Similar questions