2-Scope Rules Flashcards

1
Q

Local

A

Inside a function or a block

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

Global

A

Outside of all functions

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

Formal Parameters

A

In the definition of function parameters

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

A program can have same name for local and global variables but the value of local variable inside a function will take preference.

A

True

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