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