variable and function scope Flashcards

1
Q

scope

A

area of code in a program a variable exists in

if a variable is in scope, it can be used, otherwise it cannot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how can variables with the same name be declared?

A

if they contain different scopes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

variable names passed between functions

A

they can be different but are functionally the same

How well did you know this?
1
Not at all
2
3
4
5
Perfectly