1.

Define recursive functions: How will you define it?

Answer»

A function definition which calls itself is called recursive functions. It is given by let rec.



Discussion

No Comment Found