Print the member values of element three of array b, using the variable ptr and the struc- ture 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...
Which of the following actions CANNOT be performed in the Photo Album dialog box?
A) Cropping a picture B) Formatting a picture C) Previewing a picture D) Listing added pictures
Computer Science & Information Technology
A(n) ________ controls the layouts, background designs, and color combinations for handouts, notes pages, and slides, giving the presentation a consistent appearance
Fill in the blank(s) with correct word
Computer Science & Information Technology