MCQOPTIONS
Saved Bookmarks
| 1. |
Note:Includes all required header files using namespace std; int main () { int p = 1000; double q = 3.14; cout << p; cout << endl; cout << q << endl << p * q; endl (cout); return 0; }15.Which of the following is true about the following program |
| A. | insertion operator |
| B. | $ symbol |
| C. | dot operator |
| D. | none of the mentioned |
| Answer» E. | |