main() { int fd,i; float empty[2000]; for(i=0; i<2000; i++) empty[i]= 0; fd =open("zeros",1); for(i=0; i<10; i++) write(fd,empty,8000); }