Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 7 (Q.No. 27)
27.
An advantage of using local variables is that _____
they are known to all functions in the file
names used in one function do not affect data stored in variables with the same names in other functions
values given to local variables are retained when those parameters go out of scope
the program does not become "crowded" with too many variable names
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.