User: avesh

  • Public profile

User profile: avesh

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:avesh
History
Joined:
Number of posts:2
Latest posts:

help in recursion
thanks but when i compile it the o/p is 0 0 1 ...... how come that..

help in recursion
void myFunc (int x) { if (x > 0) myFunc(--x); printf("%d, ", x); } int main() ...

This user does not accept Private Messages