how to write 2d array from bin file in c
struct test arr[3][3];
for(int i = 0;i<3;i++){
for(int j = 0;j<3;j++){
fwrite(arr[i][j], sizeof(struct test), 1, fp);
}
}
how to write 2d array from bin file in c
struct test arr[3][3];
for(int i = 0;i<3;i++){
for(int j = 0;j<3;j++){
fwrite(arr[i][j], sizeof(struct test), 1, fp);
}
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us