Examlex

Solved

Which of the Following Statements Is Correct

question 73

Multiple Choice

Which of the following statements is correct?


Definitions:

Enumerated Constant

A symbolic name for a series of constant values typically defined in an enumeration type.

Conditional Operator

A ternary operator that provides a shorthand way to write if-else statements, evaluating a condition and returning one of two values.

Conditional Expression

A conditional expression, often using the ternary operator ?:, evaluates to one of two values depending on the truth value of a specified condition.

Related Questions