Print the member values of element three of array b, using the variable ptr and the structure pointer operator to refer to the members.

What will be an ideal response?

```
cout << (ptr + 3)->partNumber << ' '
<< (ptr + 3)->partName << endl;
```

Computer Science & Information Technology

You might also like to view...

Disk Defragmenter and Task Manager are examples of ________ programs that are special applications to help improve computer efficiency or manage resources

Fill in the blank(s) with correct word

Computer Science & Information Technology

The process of dividing a database into distributed subsets is called ________.?

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

Computer Science & Information Technology