CBSE Class 12 Computer Science
Question 89 of 103
Working with Functions — Question 22
Back to all questionsIn the code, variables a and b are in the same scope because they are defined within the same function func1(). Similarly, variables c and d are in the same scope because they are defined within the same function func2(). e being a global variable is not in the same scope.