What is true about the scope of a variable within a function?

O Scope is the same for all variables.
O Scope can change during execution.
O A variable declared within a function is called a local or parameter variable.
O Scope defines the parameters for a function.



Answer :

Other Questions