MCQOPTIONS
Saved Bookmarks
| 1. |
What will the following expression evaluate to? (true && false) || (!true) |
| A. | True |
| B. | False |
| C. | Error |
| D. | None of the mentioned |
| E. | || (!true)a) Trueb) Falsec) Errord) None of the mentioned |
| Answer» C. Error | |