Subject: how to retain local variables for recursion?
From: dp2 at cise.ufl.edu
Date: Tue, 26 Sep 2006 19:09:45 -0400 (EDT)
Hi,
I am using recursive function, but the old values in the local variables
are being overwritten in the function. They are behaving as static
variables. Does anybody know how to avoid it?
Thanks,
Dileep