Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Sign In
▲
Similar Topics
DSA
22.5k+ articles
C++
4.2k+ articles
C++ Programs
2.4k+ articles
C Language
2.1k+ articles
Bit Magic
1.2k+ articles
C Quiz
280+ articles
C Basics
76 articles
C-Output
70 articles
cpp-operator
59 articles
Operators
51 articles
C-Operators
65 posts
Popular Articles
Recent Articles
Modulo Operator (%) in C/C++ with Examples
Last Updated: 11 October 2024
In C or C++, the modulo operator (also known as the modulus operator), denoted by %, is an arithmetic operator. The modulo division operator
...read more
cpp-operator
C Language
C++
C-Operators
Conditional or Ternary Operator (?:) in C
Last Updated: 10 January 2025
The conditional operator in C is kind of similar to the if-else statement as it follows the same algorithm as of if-else statement but the c
...read more
C Basics
C Language
C-Operators
Assignment Operators in C
Last Updated: 04 February 2025
In C, assignment operators are used to assign values to variables. The left operand is the variable and the right operand is the value being
...read more
C Basics
cpp-operator
CPP-Basics
C Language
C-Operators
Similar Topics
DSA
22.5k+ articles
C++
4.2k+ articles
C++ Programs
2.4k+ articles
C Language
2.1k+ articles
Bit Magic
1.2k+ articles
C Quiz
280+ articles
C Basics
76+ articles
C-Output
70+ articles
cpp-operator
59+ articles
Operators
51+ articles
Pre-increment and Post-increment in C/C++
Last Updated: 11 January 2025
In C/C++, Increment operators are used to increase the value of a variable by 1. This operator is represented by the ++ symbol. The incremen
...read more
cpp-operator
C Language
C++
C-Operators
# and ## Operators in C
Last Updated: 02 January 2025
In C, # and ## operators are preprocessor operators using in macros for token manipulation. They are known as stringizing and token pasting
...read more
cpp-operator
C Language
C-Operators
Unary Operators in C
Last Updated: 02 April 2025
In C programming, unary operators are operators that operate on a single operand. These operators are used to perform operations such as neg
...read more
C Language
C-Operators
school-programming
CBSE - Class 11
Operators in C
Last Updated: 13 May 2025
In C language, operators are symbols that represent some kind of operations to be performed. They are the basic components of the C programm
...read more
C Basics
C Language
C-Operators
Relational Operators in C
Last Updated: 23 January 2025
In C, relational operators are the symbols that are used for comparison between two values to understand the type of relationship a pair of
...read more
Bit Magic
cpp-operator
C Language
C-Operators
Operators
DSA
Arithmetic Operators in C
Last Updated: 21 January 2025
Arithmetic operators are the type of operators used to perform basic math operations like addition, subtraction, and multiplication. Let's t
...read more
C Language
C-Operators
sizeof operator in C
Last Updated: 10 January 2025
Sizeof is a much-used operator in the C. It is a compile-time unary operator which can be used to compute the size of its operand. The resu
...read more
C Language
C-Operators
Bitwise Operators in C
Last Updated: 06 May 2025
In C, bitwise operators are used to perform operations directly on the binary representations of numbers. These operators work by manipulati
...read more
Bit Magic
Bitwise-XOR
cpp-operator
C Language
C++
C-Operators
DSA
Operator Precedence and Associativity in C
Last Updated: 16 December 2024
Operator precedence and associativity are rules that decide the order in which parts of an expression are calculated. Precedence tells us wh
...read more
cpp-operator
C Language
C-Operators
Difference between ++*p, *p++ and *++p
Last Updated: 02 November 2022
Predict the output of following C programs.[tabby title="C"][sourcecode language="C"]// PROGRAM 1#include stdio.hint main(void){ int arr[
...read more
cpp-operator
cpp-pointer
C Language
C-Operators
Difference Between
Modulus on Negative Numbers
Last Updated: 02 July 2024
The modulus operator, denoted as %, returns the remainder when one number (the dividend) is divided by another number (the divisor).Modulus
...read more
C Language
C-Operators
Comma in C
Last Updated: 26 February 2023
In C, comma ( , ) can be used in three contexts:Comma as an operatorComma as a separatorComma operator in place of a semicolon1. Comma as an
...read more
C Language
C-Operators
1
2
3
4
5
>>
Last
1
2
3
4
5
>>
Last
1
2
3
4
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !