Tuesday, 13 December 2011

Create a file with C

Write void makefile(const char * filename, int length); which writes a file of the specified length. The contents of the file should all be 0.



Exercise from: CS3008

No comments: