Recursion in C - PowerPoint PPT Presentation

1 / 9
} ?>
View by Category
About This Presentation
Title:

Recursion in C

Description:

A recursive function has two parts: the terminal/base case. - a stopping condition ... int fact(int n) if (n 2) // terminal case. return 1; else // recursive step ... – PowerPoint PPT presentation

Number of Views:59
Avg rating:3.0/5.0
Slides: 10
Provided by: acsd4
Category:
Tags: fact | recursion

less

Write a Comment
User Comments (0)
About PowerShow.com