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
C++ Quiz
140+ articles
cpp-operator
59 articles
Operators
51 articles
cpp-operator-overloading
23 articles
cpp-overloading
23 articles
Operator Overloading
16 articles
C++-Operator Overloading
25 posts
Popular Articles
Recent Articles
C++ Bitwise Operator Overloading
Last Updated: 27 November 2022
Prerequisites:Operator OverloadingBitwise Operator in C/C++In C++, there are a total of six bitwise operators. The six bitwise operators are
...read more
Technical Scripter
C++
C++-Operator Overloading
Technical Scripter 2022
C++ Logical (&&, ||, !) Operator Overloading
Last Updated: 27 November 2022
Prerequisites:OperatorsOperator OverloadingLogical operators are used for combining two or more conditions or constraints or to complement t
...read more
Technical Scripter
C++
C++-Operator Overloading
Technical Scripter 2022
Input/Output Operators Overloading in C++
Last Updated: 27 October 2022
Operator Overloading is a part of Polymorphism, which enables the feature because of which we can directly use operators with user-defined c
...read more
Technical Scripter
C++
C++-Operator Overloading
Picked
Technical Scripter 2022
Similar Topics
DSA
22.5k+ articles
C++
4.2k+ articles
C++ Programs
2.4k+ articles
C Language
2.1k+ articles
C++ Quiz
140+ articles
cpp-operator
59+ articles
Operators
51+ articles
cpp-operator-overloading
23+ articles
cpp-overloading
23+ articles
Operator Overloading
16+ articles
Add given timestamps by overloading + operator in C++ Time Class
Last Updated: 30 August 2021
In C++, we can make operators to work for user-defined classes. This means C++ has the ability to provide the operators with a special meani
...read more
C++
C++-Operator Overloading
CBSE - Class 12
Overloading of function-call operator in C++
Last Updated: 19 April 2021
In this article, we will discuss the Overloading of the function-call operators in C++.The function call operator is denoted by “()” whi
...read more
cpp-operator
C++
C++-Operator Overloading
cpp-operator-overloading
C++ Programs
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
C++ Program to concatenate two strings using Operator Overloading
Last Updated: 17 May 2021
Pre-requisite: Operator Overloading in C++Given two strings. The task is to concatenate the two strings using Operator Overloading in C++.Ex
...read more
Technical Scripter
GATE CS
C++
C++-Operator Overloading
C++ Programs
Technical Scripter 2018
C++ | Operator Overloading | Question 10
Last Updated: 23 November 2021
Which of the following operator functions cannot be global, i.e., must be a member function.(A) new (B) delete(C) Conversion Operator(D) All
...read more
C Language
C++ Quiz
C++-Operator Overloading
Operator Overloading
cpp-overloading
C++ | Operator Overloading | Question 6
Last Updated: 28 June 2021
Predict the output[sourcecode language="CPP"]#includeiostreamusing namespace std;class A{ int i;public: A(int ii = 0) : i(ii) {} vo
...read more
C Language
C++ Quiz
C++-Operator Overloading
Operator Overloading
C++ | Operator Overloading | Question 5
Last Updated: 16 April 2021
How does C++ compiler differs between overloaded postfix and prefix operators?(A) C++ doesn't allow both operators to be overloaded in a cla
...read more
C++ Quiz
C++-Operator Overloading
Operator Overloading
C++ | Operator Overloading | Question 4
Last Updated: 28 June 2021
Which of the following operators should be preferred to overload as a global function rather than a member method?(A) Postfix ++(B) Comparis
...read more
C Language
C++ Quiz
C++-Operator Overloading
Operator Overloading
C++ | Operator Overloading | Question 3
Last Updated: 28 June 2021
Which of the following operators are overloaded by default by the compiler in every user defined classes even if user has not written?1) Com
...read more
C Language
C++ Quiz
C++-Operator Overloading
Operator Overloading
C++ | Operator Overloading | Question 2
Last Updated: 28 June 2021
Which of the following operators cannot be overloaded(A) . (Member Access or Dot operator)(B) ?: (Ternary or Conditional Operator )(C) :: (S
...read more
C Language
C++ Quiz
C++-Operator Overloading
Operator Overloading
C++ | Operator Overloading | Question 10
Last Updated: 28 June 2021
How can we restrict dynamic allocation of objects of a class using new?(A) By overloading new operator(B) By making an empty private new ope
...read more
C Language
C++ Quiz
C++-Operator Overloading
Operator Overloading
1
2
>>
Last
1
2
>>
Last
1
2
>>
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 !