void main(int n)
{
printf("%d ",n);
n++;
if(n>100)
exit(getch());
main(n);
}
Search This Blog
Showing posts with label recursive. Show all posts
Showing posts with label recursive. Show all posts
Data structure
Labels:
All Programme,
bisection-method,
Data Structure,
Doubly,
DS,
GCD,
new,
postfix,
recursive,
STAARRAY,
STAKLINK,
tower
0
comments
Subscribe to:
Posts (Atom)



