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
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
DSA
22.3k+ articles
C++
4k+ articles
C++ Programs
2.5k+ articles
C Language
1.8k+ articles
Bit Magic
1.2k+ articles
CPP Examples
700+ articles
C-Operators
65 articles
Operators
51 articles
CPP-OOPs
47 articles
cpp-operator-overloading
23 articles
cpp-operator
59 posts
Popular Articles
Recent Articles
Casting Operators in C++
Last Updated: 16 January 2025
The casting operators is the modern C++ solution for converting one type of data safely to another type. This process is called typecasting
...read more
cpp-operator
C Language
C++
Operators in C++
Last Updated: 20 January 2025
In C++, an operator is a symbol that operates on a value to perform specific mathematical or logical computations on given values. They are
...read more
cpp-operator
C++
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
Similar Topics
DSA
22.3k+ articles
C++
4k+ articles
C++ Programs
2.5k+ articles
C Language
1.8k+ articles
Bit Magic
1.2k+ articles
CPP Examples
700+ articles
C-Operators
65+ articles
Operators
51+ articles
CPP-OOPs
47+ articles
cpp-operator-overloading
23+ articles
Increment (++) and Decrement (--) Operator Overloading in C++
Last Updated: 16 November 2022
Operator overloading is a feature in object-oriented programming which allows a programmer to redefine a built-in operator to work with user
...read more
cpp-operator
C++
cpp-operator-overloading
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
Types of Operator Overloading in C++
Last Updated: 11 October 2024
C++ provides a special function to change the current functionality of some operators within its class which is often called as operator ove
...read more
Technical Scripter
cpp-operator
C++
cpp-operator-overloading
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
delete keyword in C++
Last Updated: 11 January 2025
delete is an operator that is used to destroy array and non-array(pointer) objects which are dynamically created by the new operator.delete
...read more
cpp-operator
C++
Dynamic Memory Allocation
C++-new and delete
Picked
cpp-memory-management
Left Shift and Right Shift Operators in C/C++
Last Updated: 19 March 2025
In C/C++, left shift () and right shift () operators are binary bitwise operators that are used to shift the bits either left or right of th
...read more
cpp-operator
C++
C++ Bit Manipulation
# 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
How to Find Size of an Array in C++ Without Using sizeof() Operator?
Last Updated: 11 October 2024
In C++, generally, we use the sizeof() operator to find the size of arrays. But there are also some other ways using which we can find the s
...read more
cpp-operator
cpp-array
cpp-sizeof
C++
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
Bitwise Operators in C
Last Updated: 10 January 2025
In C, the following 6 operators are bitwise operators (also known as bit operators as they work at the bit-level). They are used to perform
...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 Quiz
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
1
2
3
4
>>
Last
1
2
3
4
>>
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 !