Last Updated:2025/11/21
(computing) A logical operator that returns a value as soon as the outcome is certain, without necessarily testing all operands (for example, an OR operator returning true if the first operand evaluates as true, without evaluating the second operand).
音声機能が動作しない場合はこちらをご確認ください
See correct answer
short circuit operator
Edit Histories(0)
Source Word
short circuit operator
Noun
Japanese Meaning
短絡演算子:条件が確定した時点でそれ以上のオペランド評価を省略し、即座に結果を返す論理演算子(例:OR演算子が先の真判定で後続の評価を行わない挙動) / 短絡論理演算子:処理の効率を高めるために、一部条件が確定した段階で全体の評価を中断する論理演算子
( plural )