Answer:
The answer is the second choice that is "starts from its declaration point and extends to the end of the entire program".
Step-by-step explanation:
In a functional component were specified variables of local scope, and those outside are defined of global scope. It shows that the local variables can be accessible within the specified function, whereas global variables can be accessed via all functions all through the code structure. The variable size is the code portion where the variable can be accessed.