Question #7649998

plz help me with this function recursion?

include<stdio.h> #include<conio.h> void print(int); void main() {system("cls"); printf("function recusions starting");print(10); system("PAUSE"); } void print(int i) { printf("recuse 1 "); if(i>=0){ print(--i); printf("recurse 2 "); print(--i);}}

2013-06-21 17:52:28

TELL US , if you have any answer

There is NEVER a problem, ONLY a challange!

The helpinganswers.com is a free-to-use knowledgebase.
  The helpinganswers.com was started on: 02.07.2010.
  It's free to register. Once you are a registered user, you can ask questions, or answer them.
  (Unless registration you can just answer the questions anonymously)
  Only english!!! Questions and answers in other languages will be deleted!!

Cheers: the PixelFighters

  Contact: support@helpinganswers.com

C'mon... follow us!

Made by, history, ect.