

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements correctly assigns 12 to month using pointer variable pdt?
#include
|
A. | pdt.month = 12 |
B. | &pdt.month = 12 |
C. | d.month = 12 |
D. | pdt->month = 12 |
Answer» E. | |