473 Quiz
473 Quiz. Assuming 4kB to save information about one function call, what is the largest integer whose factorial can be calculated by a recursive program whose address space is 4MB in size? Ignore space occupied by code segment. factorial(n) = n ∗ factorial(n − 1), n > 1 factorial(1) = 1
359 views • 20 slides