About 6,180,000 results
Open links in new tab
  1. 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 it will execute it. Operator can be asked to handle a …

  2. Operator - Wikipedia

    Operator (profession), a professional designation used in various industries, e.g.: Switchboard operator, an occupation at a company offering telephone services

  3. OPERATOR Definition & Meaning - Merriam-Webster

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

  4. Operators - C++ Users

    The operator ! is the C++ operator for the Boolean operation NOT. It has only one operand, to its right, and inverts it, producing false if its operand is true, and true if its operand is false.

  5. 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

  6. OPERATOR Definition & Meaning | Dictionary.com

    Operator definition: a person who operates a machine, apparatus, or the like.. See examples of OPERATOR used in a sentence.

  7. Operator - definition of operator by The Free Dictionary

    n. 1. a. One who operates a machine or device: the operator of a forklift. b. The owner or manager of a business. c. A military person who executes a special operation. d. Informal A person who …

  8. Operators in C - GeeksforGeeks

    3 days ago · There are 9 arithmetic operators in C language: The relational operators in C are used for the comparison of the two operands. All these operators are binary operators that …

  9. operator overloading - cppreference.com

    Feb 5, 2025 · Overloaded operators that are member functions can be declared static. However, this is only allowed for operator() and operator[]. Such operators can be called using function …

  10. What is an Operator? - Computer Hope

    Sep 7, 2025 · In computer programming and at the command line, an operator is an object capable of manipulating a value or operator. For example, in "1 + 2", the "1" and "2" are the …