Given the declarations below, write a code fragment that allocates a nameless variable for pointer p1 to point to.

```
int *p1, *p2;
```
What will be an ideal response?

```
p1 = new int;
```

Computer Science & Information Technology

You might also like to view...

The ________ property defines whether the datasheet displays above, below, to the left or to the right of the form when using split form

Fill in the blank(s) with correct word

Computer Science & Information Technology

The Health and Fitness Sample and Wedding photo Album Sample are examples of ________ in PowerPoint 2013

Fill in the blank(s) with correct word

Computer Science & Information Technology