39)In ustration 3-6 What statement would read File I/O: binary int savings(30; from “funds.val” file? A) nread fread (fp, savings) B) nread fread( fp, sizeof (int), 30, savings) C) nread-fread( savings, fp) D) nread fread(savings, sizeof(int), 30, fp): 1. 2. 3. Create a FILE pointer myfunds Open a file for binary write Binary write block of memory containing money arraV Close the file 4. 40)In ustration 3-6 What value does nread get after 6. Binary read into
OR
OR