Conditional operator is an alternative of ______?
Conditional operator is an alternative of ______?
مشروط آپریٹر ______ کا متبادل ہے؟
Explanation
The conditional operator (? :) is a shorthand for the if-else statement.
It evaluates a condition and returns one value if true, another if false.