Respuesta :

A local variable is defined inside the body of the function and is not accessible outside of the function.

A local varible is a type of variable that we declare inside a block or a function, unlike the gloabal variable. They can be used only by the statements that are inside the function or the block of the code. Local variables are not known to functions outside their own.

Thus,

A local variable is defined inside the body of the function and is not accessible outside of the function.

Find out more information about local variable here:

https://brainly.com/question/27840441

#SPJ4