About 278,000 results
Open links in new tab
  1. Operator (computer programming) - Wikipedia

    In computer programming, an operator is a programming language construct that provides functionality that may not be possible to define as a user-defined function (e.g. sizeof in C) or has syntax different …

  2. Computer Programming - Operators - Online Tutorials Library

    An operator in a programming language is a symbol that tells the compiler or interpreter to perform specific mathematical, relational or logical operation and produce final result.

  3. What are Operators in Programming? - GeeksforGeeks

    Feb 21, 2024 · Operators in programming are essential symbols that perform operations on variables and values, enabling tasks like arithmetic calculations, logical comparisons, and bitwise manipulations.

  4. What is an Operator? - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, Python, Bootstrap, Java and XML.

  5. Operators in C - Programiz

    Here, the operators ++ and -- are used as prefixes.

  6. What Is an Operator? - Computer Hope

    Sep 7, 2025 · Definition and various types of operators in computer programming. How operators manipulate values and examples and related terms to enhance your understanding.

  7. Basics of Operators Tutorials & Notes | Basic Programming - HackerEarth

    Detailed tutorial on Basics of Operators to improve your understanding of Basic Programming. Also try practice problems to test & improve your skill level.

  8. 11 Essential Operators Every Beginner Programmer Should Know

    In this comprehensive guide, we’ll explore 11 essential operators that every beginner programmer should know, regardless of the programming language they’re learning.

  9. Common Programming Operators to Know for Intro to Computer Programming

    Operators are the verbs of programming—they're how you tell the computer to do something with your data. Every calculation, every comparison, every decision your program makes relies on operators …

  10. Operators: What Role Do They Play in Programming? - Coursera

    Apr 25, 2024 · Learn about different types of operators and why they’re essential in computer programming, along with the different operator types in three popular languages.