which value is return by conditional operator when conditional is false.
Answers
Answered by
0
Answer:
Conditional operators return one value if condition is true and returns another value is condition is false. These operators are used to either increase or decrease the value of the variable by one.
Answered by
0
Answer:
Conditional operators return one value if condition is true and returns another value is condition is false. This operator is also called as ternary operator. Syntax : (Condition? true_value: false_value); Example : (A > 100 ? 0 : 1);
Similar questions
English,
3 months ago
English,
3 months ago
English,
6 months ago
Physics,
6 months ago
Business Studies,
11 months ago
Social Sciences,
11 months ago
English,
11 months ago