About 4,590,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 (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 …

  3. Operators - C++ Users

    Some expression can be shortened even more: the increase operator (++) and the decrease operator (--) increase or reduce by one the value stored in a variable. They are equivalent to …

  4. Operators in C - GeeksforGeeks

    Nov 1, 2025 · 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 …

  5. What is an Operator? - W3Schools

    What is an Operator? An operator is a symbol or keyword that tells the computer what operation it should perform on values or variables. In the example below, the + operator is used to add the …

  6. OPERATOR Definition & Meaning - Merriam-Webster

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

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

  8. Member access operators - cppreference.com

    Jun 11, 2024 · If a user-defined operator-> is called, operator-> is called again on the resulting value, recursively, until an operator-> is reached that returns a plain pointer.

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

  10. Operators in C - Programiz

    An operator is a symbol that operates on a value or a variable. For example: + is an operator to perform addition. In this tutorial, you will learn about different C operators such as arithmetic, …