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

D) stores the keyboard input into the variable pointed to by p.

Computer Science & Information Technology

You might also like to view...

An orphan in a Word document is the ________ of a paragraph displayed as the ________ of another page

A) heading; first line B) heading; last line C) last line; first line D) first line; last line

Computer Science & Information Technology

A record is made up of related data that displays in one column in a database table

Indicate whether the statement is true or false.

Computer Science & Information Technology