Computer Science, asked by sunitabhosale2016, 2 days ago

What are the conditional operators? Explain any 2 conditional operators with example.​

Answers

Answered by llDishantll
22

Conditional operators are used to evaluate a condition that's applied to one or two boolean expressions. The result of the evaluation is either true or false. There are three conditional operators: && the logical AND operator.

Similar questions