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