Discussion :: C-MCQs
- The name of the variable used in one function cannot be used in another function?
Answer : Option B
Explanation :
Since the scope of the variable declared within a function is restricted only within that function, the same name can be used to declare another variable in another function.
Be The First To Comment