1.

         Note:Includes all required header filesusing namespace std;    int main ()    {        int p = 10;        double q = 1.14;                cout << p + q;        endl (cout);        return 0;    }
17.What will be the output of this program?

A. ayushj
B. yushja
C. ayushja
D. prate
Answer» E.


Discussion

No Comment Found

Related MCQs