void main(int n)
{
printf("%d ",n);
n++;
if(n>100)
exit(getch());
main(n);
}
Search This Blog
Subscribe to:
Post Comments (Atom)
void main(int n)
{
printf("%d ",n);
n++;
if(n>100)
exit(getch());
main(n);
}
2009 Exam Resutls News, Using the StudioPress WordPress Theme
Bloggerized by Girly Blogger for BTemplates. Full RSS - Comments RSS
0 comments:
Post a Comment