nerdexam
Zend

200-710 · Question #105

200-710 Question #105: Real Exam Question with Answer & Explanation

See the full explanation below for the reasoning.

Question

Consider the following code: $result = $value1 ??? $value2; Which operator needs to be used instead of ??? so that $result equals $value1 if $value1 evaluates to true, and equals $value2 otherwise? Just state the operator as it would be required in the code.

Options

  • A
  • B
  • C
  • D

Community Discussion

No community discussion yet for this question.

Full 200-710 Practice
Consider the following code: $result = $value1 ??? $value2; Which... | 200-710 Q#105 Answer | NerdExam