Computer Science, asked by Morziul, 1 year ago

Mention one characteristic of local variable

Answers

Answered by Anonymous
2
hey friend
here is ur answer
HOPE IT HELPS
⛤⛤⛤⛤


A local variable in Java is a variable that's declared within the body of a method. Then you can use the variable only within that method. Other methods in the class aren't even aware that the variable exists. ... Local variables are not given initial default values.

samantha379: thank you for making my answer as brainliest
Answered by samantha379
2
A scope in any programming is a region of the program where a defined variable can have its existence and beyond that variable it cannot be accessed. There are three places where variables can be declared in C programming language − Inside a function or a block which is called local variables.

please mark my answer as brainliest it's very needed for me

samantha379: thank you for making my answer as brainliest
Similar questions