What is the problem with the following code segment? while ((fgets(receiving array,50,file_ptr)) != EOF) ;Answer & Explanation:fgets returns a pointer. So the correct end of file check is checking for != NULL