The following statement where T is true and F is false T&&T||F&&T

[amp_mcq option1=”is true” option2=”is false” option3=”is wrong” option4=”not applicable in C language E. None of the above” correct=”option1″]

The correct answer is: A. is true.

The statement $T&&T||F&&T$ can be simplified as $T||T$. Since $T$ is true, $T||T$ is also true.

Here is a brief explanation of each option:

  • Option A: is true. This is the correct answer.
  • Option B: is false. This is incorrect because the statement is true.
  • Option C: is wrong. This is incorrect because the statement is well-formed.
  • Option D: not applicable in C language. This is incorrect because the statement is valid in C language.
  • Option E: None of the above. This is incorrect because one of the options is correct.
Exit mobile version