为什么clrscr()只能清屏25行???
											我运行如下一程序,发现clrscr()只能清屏25行,请大家帮我找找原因,谢谢!
#include <stdio.h>
#include <conio.h>
void main()
{
    int i;
    clrscr();
    for (i=1;i<50;i++)
         printf("%d\n",i);
    clrscr();
    getch();
}
我运行如下一程序,发现clrscr()只能清屏25行,请大家帮我找找原因,谢谢!
#include <stdio.h>
#include <conio.h>
void main()
{
    int i;
    clrscr();
    for (i=1;i<50;i++)
         printf("%d\n",i);
    clrscr();
    getch();
}
 2007-10-17 18:42
	    2007-10-17 18:42
   2007-10-18 14:20
	    2007-10-18 14:20
   2007-10-18 23:04
	    2007-10-18 23:04