/*file input with characters*/ #include #include #include void main() { char ch; ifstream infile("test2.dat"); while(infile) { infile.get(ch); cout<