what is wrong with the following code? while( ! filein.eof() ) { filein >> value; fileout << value; }
a. we have read past the end of the input file b. attempt to output a nonexistent value c. we have written past the end of the output file d. nothing a and b