User profile: avesh

User info
User name:avesh
History
Joined:
Number of posts:3
Latest posts:

Call Center flip id Hubungi 083800114044
Call Center Flip Pusat bantuan Flip.Silakan Kamu Hubungi melalui telepon di 𝟬𝟴𝟱𝟭'2966'16...

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