1.

         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;    }
16.What will be the output of this program?

A. 10
B. 1.14
C. 11.14
D. All of the above
Answer» E.


Discussion

No Comment Found

Related MCQs