About 79,000 results
Open links in new tab
  1. Save 33% on OPERATOR on Steam

    In OPERATOR, you will play as an elite Tier 1 operator undergoing dangerous clandestine operations all over the globe. With a …

  2. operator overloading - cppreference.com

    An operator function must have at least one function parameter or implicit object parameter whose type is a class, a reference to a …

  3. Introducing Operator - OpenAI

    Jan 23, 2025 · By releasing Operator to a limited audience initially, we aim to learn quickly and refine its capabilities based on real …

  4. ?: operator - the ternary conditional operator - C# reference

    Jan 24, 2026 · Learn about the C# ternary conditional operator, (`?:`), that returns the result of one of the two expressions based on …

  5. Nullish coalescing operator (??) - JavaScript - MDN

    Aug 26, 2025 · The nullish coalescing (??) operator is a logical operator that returns its right-hand side operand when its left-hand …

  6. Operator (mathematics) - Wikipedia

    In mathematics, an operator is generally a mapping or function that acts on elements of a space to produce elements of another …

  7. Logical OR (||) - JavaScript | MDN

    Jul 8, 2025 · The logical OR (||) (logical disjunction) operator for a set of operands is true if and only if one or more of its operands is …

  8. Operators in C and C++ - Wikipedia

    An operator with higher precedence is evaluated before a operator of lower precedence and the operands of an operator are …

  9. Left Shift and Right Shift Operators in C/C++ - GeeksforGeeks

    May 23, 2026 · Right Shift (>>) is a binary operator that takes two numbers, right shifts the bits of the first operand, and the second …

  10. ?? and ??= operators - null-coalescing operators - C# reference

    Jan 24, 2026 · The null-coalescing operator ?? returns the value of its left-hand operand if it's not null. Otherwise, it evaluates the …