Solved

The Statement Cin >> *P;

Question 22

Multiple Choice

The statement cin >> *p;


A) stores the keyboard input into the variable p.
B) stores the keyboard input into the pointer called p.
C) is illegal in C++.
D) stores the keyboard input into the variable pointed to by p.
E) None of the above

Correct Answer:

verifed

Verified

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

Related Questions