Recursion: A recursive must have two proprties
(a) There must be certain criteria, called base criteria, for which the procedure does not call itself.
(b) Each time the procedure does call itself (directly or indirectly), it must be closer to the base criteria
If You want to learn about the technology, computer science & engineering, web programming, freelancing, earning please click here :CSE SOLVE
(a) There must be certain criteria, called base criteria, for which the procedure does not call itself.
(b) Each time the procedure does call itself (directly or indirectly), it must be closer to the base criteria
0 comments:
Post a Comment