Vidyalelo
Data Structure · Q64

Dynamic Programming in Data Structures

Programming · Data Structure · question 64

Q64

Consider the expression T & F ∧ T. What is the number of ways in which the expression can be parenthesized so that the output is T (true)?

A.
0
B.
1
C.
2
Answer
D.
3

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board