stdio.h tag

1 questions


1 answers
37 views
0
When writing to a binary file with a fwrite function!

#include <stdio.h>int main(){ FILE * fp; char* a=all_new; fp=fopen(data.bin,wb+); fwrite(a,200,1,fp);}I saw the data.binThere are trash values. I want to fill up the parts that exceed 7 with CC ...

2 years ago

© 2024 OneMinuteCode. All rights reserved.