Solved

The Statement Cin >> *Num3;

Question 32

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions