Computer Science, asked by sachin200215, 6 months ago

conditions for recursion in C​

Answers

Answered by faiyaz9941
1

Answer:

A recursive algorithm must have a base case .

A recursive algorithm must change its state and move toward the base case.

A recursive algorithm must call itself, recursively.

Similar questions