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.4k+ articles
C++
4.2k+ articles
C Language
1.9k+ articles
C Quiz
280+ articles
Python-Quizzes
140+ articles
Java Quiz
92 articles
C-Operators
65 articles
cpp-operator
59 articles
Python-Operators
37 articles
Java-Operators
32 articles
Operators
51 posts
Popular Articles
Recent Articles
Unformatted input/output operations In C++
Last Updated: 11 November 2021
In this article, we will discuss the unformatted Input/Output operations In C++. Using objects cin and cout for the input and the output of
...read more
cpp-input-output
cpp-operator
C++
Operators
C++-Operator Overloading
cpp-operator-overloading
C++ Programs
Cascading of Input/Output Operators in C++
Last Updated: 24 May 2022
Prerequisite: Operator Overloading in C++, Types of Operator OverloadingWhen an object calls an operator function by passing an argument and
...read more
cpp-operator
C++
C-Operators
Operators
C++-Operator Overloading
Operator Overloading
cpp-operator-overloading
C++ Programs
Short-Circuiting in C++ and Linux
Last Updated: 17 December 2021
Short-circuiting is one of the optimization steps of the compiler, in this step unnecessary calculation is avoided during the evaluation of
...read more
cpp-operator
C++
Operators
Linux-Unix
Similar Topics
DSA
22.4k+ articles
C++
4.2k+ articles
C Language
1.9k+ articles
C Quiz
280+ articles
Python-Quizzes
140+ articles
Java Quiz
92+ articles
C-Operators
65+ articles
cpp-operator
59+ articles
Python-Operators
37+ articles
Java-Operators
32+ articles
What is the difference between = (Assignment) and == (Equal to) operators
Last Updated: 21 February 2023
= operatorThe "=" is an assignment operator used to assign the value on the right to the variable on the left.For example:a = 10;b = 20;ch =
...read more
Programming Language
Operators
Difference Between
Double colon (::) operator in Java
Last Updated: 23 February 2022
The double colon (::) operator, also known as method reference operator in Java, is used to call a method by referring to it with the help o
...read more
Java
Operators
Java Operators
Last Updated: 14 April 2025
Java operators are special symbols that perform operations on variables or values. These operators are essential in programming as they allo
...read more
Java
Operators
Java-Operators
Precision of Floating Point Numbers in C++ (floor(), ceil(), trunc(), round() and setprecision())
Last Updated: 02 November 2022
The decimal equivalent of 1/3 is 0.33333333333333…. An infinite length number would require infinite memory to store, and we typically hav
...read more
Technical Scripter
CPP-Library
C Language
C++
Operators
Data Type
Python | Operators | Question 1
Last Updated: 28 June 2021
What is the output of the following code :[tabby title="Python3"][sourcecode language="python3"]print 9//2[/sourcecode][tabbyending](A)4.5(B
...read more
Python-Quizzes
Operators
Python-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
Java | Operators | Question 1
Last Updated: 28 June 2021
Predict the output of following Java Program[sourcecode language="C"]class Test { public static void main(String args[]) { int x =
...read more
Java Quiz
Operators
Java-Operators
C | Operators | Question 10
Last Updated: 10 November 2020
What is the output of following program?[sourcecode language="C"]#include stdio.hint main(){ int a = 1; int b = 1; int c = a || --b;
...read more
C Quiz
C-Operators
Operators
C | Operators | Question 5
Last Updated: 16 September 2021
[tabby title="C"][sourcecode language="c"]#include int main(){ int i = 3; printf(\"%d\", (++i)++); return 0;}[/sourcecode][tabbyend
...read more
C Language
C Quiz
C-Operators
Operators
C | Operators | Question 3
Last Updated: 05 January 2013
#include stdio.hint main(){ int i = (1, 2, 3); printf("%d", i); return 0;}(A) 1(B) 3(C) Garbage value(D) Com
...read more
C Language
C Quiz
C-Operators
Operators
C | Operators | Question 2
Last Updated: 28 June 2021
#include stdio.hint main(){ int i = 1, 2, 3; printf("%d", i); return 0;}(A) 1(B) 3(C) Garbage value(D) Comp
...read more
C Language
C Quiz
C-Operators
Operators
Find the two numbers with odd occurrences in an unsorted array
Last Updated: 10 March 2025
Given an unsorted array that contains even number of occurrences for all numbers except two numbers. The task is to find the two numbers whi
...read more
Arrays
Amazon
Bitwise-XOR
Operators
DSA
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 !