Script started on Thu Apr 8 11:00:33 1999 No match [37]retriever[edelman] CC -n32 test3.C [38]retriever[edelman] a.out //filetest2.Cshowsanotherwaytoopenafileforinput#include#include#includemain(){intch;intcount=0;//declareastreamobjectifstreamtestf;//amdopenittestf.open("test1.C");while((ch=testf.get())!=EOF){cout<<(char)ch;//writethecharjustreadcount++;}cout<<"Iread"<