program is to store all ascii char into a


Program is to store all ASCII char into a file:

void main()

 

  {

  ofstream  fout("ascii.txt");

  int i,n=256;

  for(i=1;i<=n;i++)

    {

    fout<

    }

    fout.close();

  }

 

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: program is to store all ascii char into a
Reference No:- TGS0174912

Expected delivery within 24 Hours