Expt 11 Printout
Expt 11 Printout
11
Name : Dnyanesh Nandkishor Agale
Roll No. : 1
int main()
{
string line;
ifstream ini_file
{
"original.txt" // This is the original file
};
else
{
// Something went wrong
printf("Cannot read File");
// Closing file
ini_file.close();
out_file.close();
return 0;
}
Before :
Output :
Copy Finished
After :