The following statement __________
```
int *ptr = new int;
```
a. results in a compiler error
b. assigns an integer less than 32767 to the variable ptr
c. assigns an address to the variable ptr
d. creates a new pointer named int
e. None of these
c. assigns an address to the variable ptr
Computer Science & Information Technology
You might also like to view...
Why is a continuous monitoring scheme implemented in a typical organization?
A. To improve social engineering resistance B. To take notice of events of interest C. To deflect denial of service attacks D. To reduce employee resource waste
Computer Science & Information Technology
The _____ method discards the old node from node.
A. node.replaceChild(new, old) B. node.normalize(old) C. node.removeChild(old) D. node.appendChild(old)
Computer Science & Information Technology