Level 54
Level 56
3 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
Local Variables
are not known to functions outside their own
Global Variables
can be accessed by any function; available for use throughout your entire program after its declaration
Formal Parameters
are treated as local variables with-in a function and they take precedence over global variables