MCQOPTIONS
Saved Bookmarks
| 1. |
What should be expression1 evaluate to in using ternary operator as in this line? expression1 ? expression2 : expression3 |
| A. | Integer |
| B. | Floating – point numbers |
| C. | Boolean |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |