#include main(){ FILE *f; int x = 616; f = fopen("curso2005fileb","w+b"); fwrite(&x,sizeof(int),1,f); fclose(f); }