About 67,700 results
Open links in new tab
  1. OPERATOR Definition & Meaning - Merriam-Webster

    May 30, 2026 · The meaning of OPERATOR is one that operates. How to use operator in a sentence.

  2. 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 space (possibly and sometimes required to be the same space).

  3. Operators in C - GeeksforGeeks

    Apr 22, 2026 · They are symbols that represent some kind of operation, such as mathematical, relational, bitwise, conditional, or logical computations, which are to be performed on values or …

  4. OPERATOR on Steam

    In OPERATOR, you will play as an elite Tier 1 operator undergoing dangerous clandestine operations all across the globe. With a strategic, measured, and unforgiving style of gameplay.

  5. Introducing Operator - OpenAI

    Jan 23, 2025 · Today we’re releasing Operator ⁠, an agent that can go to the web to perform tasks for you. Using its own browser, it can look at a webpage and interact with it by typing, clicking, and …

  6. ?? and ??= operators - null-coalescing operators - C# ...

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

  7. operator overloading - cppreference.com

    The overloads of operator>> and operator<< that take a std::istream& or std::ostream& as the left hand argument are known as insertion and extraction operators.