MCQOPTIONS
Saved Bookmarks
| 1. |
If p and q are assigned the values 2 and 3 respectively then the statement p = q++ |
| A. | gives an error message |
| B. | assigns a value 4 to p |
| C. | assigns a value 3 to p |
| D. | assigns a value 5 to p |
| Answer» D. assigns a value 5 to p | |