Respuesta :

Because they are created in memory when the function begins execution and destroyed when the function ends, thus local variables will lose their values between calls in the function in which they are already defined.

What is a Variable in the programming?

Variables are names given to locations in the computer memory, where data can be stored in a program. Based on the values assigned to the variables, this data can be known or unknown.

Variables can also be thought of as 'containers,' as they can hold more than one value. Their sole purpose is to store data and label it in memory, which can then be accessed throughout the program as needed.

In C programming, creating variables is also known as declaring variables. Variables are created in a variety of ways depending on the programming language.

To know more about Variable, visit: https://brainly.com/question/15706493

#SPJ4