MCQOPTIONS
Note:Incl..
Note:Includes all required header filesusing namespace std; int main () { char i; streambuf * p; ofstream of ("find.txt"); pbuf = of.rdbuf(); do { i = cin.get(); p -> sputc(i); } while (i != '.'); of.close(); return 0; }