Hi! I'm trying to create a copy of a C file, but I'm not able to copy the content, it's just creating a new blank file, can anyone see where I'm going wrong?
#include <stdio.h>
int main() {
char str[100];
FILE *file = fopen("/ho...
asked by
23.11.2014 / 15:37