Posts by Anderson • 13 points
1 post
-
1
votes2
answers345
viewsQ: FWRITE function is not writing in binary format in C language
I am not able to write data in binary in a file using the C language. Even using 'Wb' the output of the file are characters. How can I proceed? Here’s part of my code: void cadastrar(void) {…