Math, asked by Spider2938, 1 day ago

What is variable and constant?

Answers

Answered by vimalkumar8635
2

Answer:

A constant is a value that doesn't change throughout the execution of a program. A variable is an identifier which is used to store a value. There are four commonly used data types such as int, float, char and a void.

Answered by 31stodc
1

Answer:

Variable are symbols that are used to represent an unknown quantity.
Constant is any number. E. g. 1, 2,3  

Step-by-step explanation:

Similar questions