What is the output of the following code?

```
#include
int main()
{using namespace std;
double a[3] = {1.1, 3.3, 2.2};
cout << a[0]>>a[1] << a[2] < cout < ```


```
1.1 3.3 2.21.1 2.2 2.2
```
The value stored at the index 1 position is changed to the value from the
index 2 position. The output reflects the contents original array and the changed
array.

Computer Science & Information Technology

You might also like to view...

Visual Studio 2010 is an example of a set of services and tools called a(n) ____________________ which allows a developer to code, test, and implement programs.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which browser has stopped using favicons?

a. Internet Explorer b. Firefox c. Safari d. iOS

Computer Science & Information Technology

With Remote Assistance, you can send an invitation to your helper by sending it as an email attachment

Indicate whether the statement is true or false

Computer Science & Information Technology

The essential CPU requirement for a gaming PC is a(n) _______________.

A. fast, multicore processor B. 1 GHz processor C. 2GHz processor D. Intel or AMD processor

Computer Science & Information Technology