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...
When converting a table to text, it does not matter what keystrokes or text are at the end of each row of data
Indicate whether the statement is true or false
Computer Science & Information Technology
The transform that rotates a shape around a point, but otherwise leaves it unchanged, is known as a:
a) TranslateTransform b) SkewTransform c) ScaleTransform d) none of the above
Computer Science & Information Technology