About 807,000 results
Open links in new tab
  1. Operators in C - GeeksforGeeks

    Nov 1, 2025 · Operators are the basic components of C programming. They are symbols that represent some kind of operation, such as mathematical, relational, bitwise, conditional, or logical …

  2. Operators in C and C++ - Wikipedia

    Most of the operators available in C and C++ are also available in other C-family languages such as C#, D, Java, Perl, and PHP with the same precedence, associativity, and semantics.

  3. C - Operators - Online Tutorials Library

    An operator is a symbol that tells the compiler to perform specific mathematical or logical functions. By definition, an operator performs a certain operation on operands. An operator needs one or more …

  4. Operators in C - Programiz

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

  5. C Operators - W3Schools

    Operators Operators are used to perform operations on variables and values. In the example below, we use the + operator to add together two values:

  6. Understanding the OR Operator in C: A Comprehensive Guide

    Aug 24, 2025 · Among these operators, the OR operator holds particular significance and versatility. In this article, we will delve deep into what the OR operator is, its syntax, different types, applications, …

  7. Operators in C Programming (All Types With Examples)

    Jul 14, 2025 · Learn about operators in C programming with detailed examples. Explore all types: arithmetic, logical, relational, bitwise, and more for coding efficiency.