Computer Science, asked by bhumi29, 1 year ago

what are constant and variable ?

Answers

Answered by Anonymous
4
constant are the memory location whose value does not change while variable value changes during execution of program
Answered by Ramlayaksingh3
0
in maths or in computers ?

bhumi29: in computer
bhumi29: u can see in the top its written computer
Ramlayaksingh3: ok sorry
Ramlayaksingh3: this is the answer
Ramlayaksingh3: In computer programming, a constantis a value that cannot be altered by the program during normal execution, i.e., the value is constant. ... This is contrasted with a variable, which is an identifier with a value that can be changed during normal execution, i.e., the value is variable.
Similar questions