Multiple Choice
The statement cin >> *num3;
A) stores the keyboard input into the variable num3.
B) stores the keyboard input into the pointer called num3.
C) is illegal in C++.
D) stores the keyboard input into the variable pointed to by num3.
E) None of these.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Not all arithmetic operations may be performed
Q6: Assuming myValues is an array of int
Q14: Dynamic memory allocation occurs<br>A) when a new
Q19: C++ does not perform array bounds checking,
Q23: A pointer variable is designed to store
Q35: Assuming ptr is a pointer variable, what
Q37: These can be used as pointers.<br>A) Array
Q38: The _, also known as the address
Q39: If a variable uses more than one
Q43: The ampersand (&) is used to dereference