What is a variable ?

1 Answer

Answer :

In C language, the name used to store data in memory is called variable.

Related questions

Description : What is a Boolean variable ?

Last Answer : If the value of a Boolean variable depends on one or more independent variables, the dependent variable is called Boolean variable.

Description : What is Global Variable ?

Last Answer : : Variable declared outside all functions is called Global Variable .