MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the final values of p and q in the following C statement? (Initial values: p = 2, q = 1)q = (q) ? p = 0 : 2; |
| A. | p = 1, q = 2; |
| B. | p = 2, q = 2; |
| C. | p = 2, q = 2; |
| D. | p = 0, q = 0; |
| E. | None of these |
| Answer» E. None of these | |