Posted by: techGuy February 11, 2009
help needed computer geeks about coding!!
Login in to Rate this Post:     0       ?        
do
   {
   input >> ch;        
     cout<<"ch is "<<ch;
    input>>bRow;
   cout<<"bRow is "<<bRow;
   input>>num;
  cout<<"num is "<<num;
   } while (!input.eof());//end of do - while 


Can you see what's the output of this?
Last edited: 11-Feb-09 02:39 PM
Read Full Discussion Thread for this article