Skip to content

Instantly share code, notes, and snippets.

@bhaveshmunot1
Last active June 4, 2020 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhaveshmunot1/51fa6111d125721cb8ef0af264270ab7 to your computer and use it in GitHub Desktop.
Save bhaveshmunot1/51fa6111d125721cb8ef0af264270ab7 to your computer and use it in GitHub Desktop.
Part 1 of Indirect Recursion structure.
int fun1(int x) {
// ....
fun2(x-1);
// ....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment