[求助]关于clrscr()函数
为什么我在定义了变量的程序前面加了 clrscr(); 编译不通过
如
#include "stdio.h"
void mian()
{clrscr();
int a,b,c;
a=b=c=2;
printf("%c",a);
}
而不定义变量时可以通过
#include "stdio.h"
void mian()
{clrscr();
printfhaha");
}
为什么我在定义了变量的程序前面加了 clrscr(); 编译不通过
如
#include "stdio.h"
void mian()
{clrscr();
int a,b,c;
a=b=c=2;
printf("%c",a);
}
而不定义变量时可以通过
#include "stdio.h"
void mian()
{clrscr();
printfhaha");
}
那你是xp系统?
那你是xp系统?