Hi,
is there anyone who could help me to writing my program output to txtfile. i mean read file and write the output to txtfile
for example:
FILE *fp
fp = fopen("test.txt", "r");
if(fp = NULL){
printf.......
}
and what should i do to writing the output to txtfile
thanks for help