Which of the following defines a unique_ptr named uniq that points to a dynamically allocated int?

a. ```
unique_ptr int( new int );
```
b. ```
unique_ptr int( new uniq );
```
c. ```
unique_ptr uniq( new int );
```
d. ```
unique_ptr uniq( new int );
```
e. None of these


d. ```
unique_ptr uniq( new int );
```

Computer Science & Information Technology

You might also like to view...

The ____________ operator has the highest precedence.

(a) * (b) dot (c) += (d) decrement

Computer Science & Information Technology

It is a good idea to begin a PowerPoint presentation with a ________ slide

Fill in the blank(s) with correct word

Computer Science & Information Technology

Redefining a member function is the same as overloading the member function.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Use settings in item 4 to change the zoom level in the preview window.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology