Sabtu, 17 April 2010

Cpp file1

#include

int main(){

FILE *file_baru;

file_baru = fopen("Latihan.txt","w");

fclose(file_baru);

return 0;

}