What is the output of the following code?

```
#include
using namespace std;

int main()
{
int list[] = {10, 20, 30, 40};
cout << *(list + 1) << " " << *list + 1 << endl;

return 0;
}

```

a. 10 10
b. 20 11
c. 30 30
d. 20 20


b. 20 11

Computer Science & Information Technology

You might also like to view...

In a system in which it is possible for a deadlock to occur, under what circumstances would you use a deadlock detection algorithm?

What will be an ideal response?

Computer Science & Information Technology

You can ________ that the macro is from a trusted source by using a digital signature

Fill in the blank(s) with correct word

Computer Science & Information Technology

Trace Precedents and Trace Dependents are contained in the ________ group

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

Computer Science & Information Technology

Click the ____ command in the Write & Insert Fields group to insert the salutation.

A. Address Block B. Greeting Line C. Insert Merge Field D. Finish & Merge

Computer Science & Information Technology