User profile: avesh

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