You are on page 1of 1

YANG DIPRAKTEKKIN DI BAHASA C2

#include <stdio.h>
#include <conio.h>

int main()}
File *fp;
fp=fopen("sesuatu.txt","w");

tekan=getch(fp);
printf("%c",tekan);

fclose(fp);
getch())
}

You might also like