Monday 7 March 2011

recursive

void main(int n)
{
printf("%d ",n);
n++;
if(n>100)
exit(getch());
main(n);
}

0 comments:

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Grants For Single Moms