Use separate statements to declare variable a to be of type Part, array b[10] to be of type Part and variable ptr to be of type pointer to Part

What will be an ideal response?

```
Part a;
Part b[10];
Part* ptr;
```

Computer Science & Information Technology

You might also like to view...

Which of the following views hides the Ribbon?

A) Print Layout B) Full Screen Reading C) Web Layout D) Draft

Computer Science & Information Technology

Every 3-D game stores a number of image files called _______________.

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

Computer Science & Information Technology