Question

Consider a function foo(n) that calls foo(n-1) and foo(n-2). This pattern of calls is best visualized using a:

A Linear sequence
B Flat list
C Call tree
D Hash map
E Stack only
Practice Next

Hey! Ask a query