In the following statement, what does int mean?

```
int *ptr = nullptr;
```

a. The variable named *ptr will store an integer value.
b. The variable named *ptr will store an asterisk and an integer value
c. ptr is a pointer variable and will store the address of an integer variable.
d. The variable named *ptr will store the value in nullptr.
e. None of these


c. ptr is a pointer variable and will store the address of an integer variable.

Computer Science & Information Technology

You might also like to view...

By default, what appears in a menu widget that is dragged onto a page?

What will be an ideal response?

Computer Science & Information Technology

The___________ operator assigns to the left operand the result of adding the left and right operands.

a) + b) =+ c) += d) + =

Computer Science & Information Technology

Text in a table can be formatted in the same manner that text in the document can be formatted

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is not true about the value axis?

A. It can be displayed on the left side of the graph. B. It can be displayed on the right side of the graph. C. It can only be displayed on the bottom of the graph. D. It can be displayed on either side of the graph.

Computer Science & Information Technology