About 77,900 results
Open links in new tab
  1. OPERATOR on Steam

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

  2. operator overloading - cppreference.com

    Customizes the C++ operators for operands of user-defined types. Operator functions are functions with special function names: 1) …

  3. 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 …

  4. OPERATOR | English meaning - Cambridge Dictionary

    a symbol that does something to a number or quantity in a calculation. For example, in 7 + y, the symbol + is the operator

  5. OPERATOR Definition & Meaning - Merriam-Webster

    5 days ago · The meaning of OPERATOR is one that operates. How to use operator in a sentence.

  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. Introducing Operator - OpenAI

    Jan 23, 2025 · Operator is one of our first agents, which are AIs capable of doing work for you independently—you give it a task and …

  8. Operators in C - GeeksforGeeks

    1 day ago · Assignment operators are used to assign values to variables. Compound assignment operators combine assignment …

  9. OPERATOR | definition in the Cambridge English Dictionary

    a symbol that does something to a number or quantity in a calculation. For example, in 7 + y, the symbol + is the operator

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

    May 23, 2026 · Shift operators are a type of bitwise operator in C/C++ that work directly on the binary representation of numbers. …