L16: Recursion

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

They are accessible from any function.

What is the important feature of global variables?

2
New cards

recursion

What is it called when a function invokes itself?

3
New cards

False

It is okay to return a pointer to something on the stack.

4
New cards

True

You must be cautious of stack space when using recursion.