5. Local variables can be accessed only
the function.
Answers
Answered by
1
Explanation:
Data sharing is not possible as data of the local variable can be accessed by only one function. Data sharing is possible as multiple functions can access the same global variable. When the value of the local variable is modified in one function, the changes are not visible in another function.
PLZ MARK ME AS BRILLIANT
Similar questions