The following statement __________
```
cin >> *num3;
```
a. stores the keyboard input in the variable num3
b. stores the keyboard input into the pointer num3
c. is illegal in C++
d. stores the keyboard input into the variable pointed to by num3
e. None of these
d. stores the keyboard input into the variable pointed to by num3
Computer Science & Information Technology
You might also like to view...
Which of the following views is not used with forms or reports?
A) Form B) SQL C) Layout D) Design
Computer Science & Information Technology
You can apply all of the following to pictures and shapes EXCEPT ____.
A. shadows B. bevels C. reflections D. galleries
Computer Science & Information Technology