In Binary Options - Q/A | by admin
1. Create a dynamic array (using malloc()) of 1000 integers. 2. Read in up to 1000 integers from a file in txt format. The nember of items is unkown to you, so be sure to use the option in fread() to get the amount actually read. 3. Once the read is done, realloc() the array [...]
