Computer Science, asked by Kamlleshjoshi, 4 months ago

b) __________is an optional statement used with For statement.​

Answers

Answered by deepikamr06
0

Answer:

The ternary operator, also known as the conditional operator, is used as shorthand for an if...else statement. A ternary operator is written with the syntax of a question mark ( ? ) followed by a colon ( : ), as demonstrated below.

Similar questions