#include #include #include using namespace std; //myios_flush1.cpp void readfile12(char[]); int main() { char ch1[]= "data12.txt"; ofstream myFile12;// on the Stack myFile12.open(ch1); // no of flushes for(int i=0; i < 4; i++) { myFile12<<": Adding text "<< i <<" " <