

InterviewSolution
Saved Bookmarks
1. |
Point out the error/warning in the program? |
Answer» Here, EOF is -1. As 'ch' is declared as unsigned char it cannot deal with any negative value. | |