Q. Which PHP operator is called the null coalescing operator? (A) ?: (B) ?? (C) && (D) || ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) ?? Explanation: ?? returns the first operand if it exists and is not null.