/* Save the entire array it into a file called ‘filen…
TASK 1: /* Save the entire array it into a file called ‘filename’ in a binary file format that can be loaded by intarr_load_binary(). Returns zero on success or a non-zero error code on failure. Arrays of length 0 should produce an output file containing an empty array. */ int intarr_save_binary( intarr_t* ia, const char* […]
