Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
C
« Previous
Next »
Which of the following operators cannot be overloaded?
Options
- %
- ::
- Both a and b above
- +
CORRECT ANSWER : ::
Discussion Board
Which of the following operators cannot be overloaded?
In C++, following operators can not be overloaded:
. (Member Access or Dot operator)
?: (Ternary or Conditional Operator )
:: (Scope Resolution Operator)
.* (Pointer-to-member Operator )
sizeof (Object size Operator)
typeid (Object type Operator)
sunny singh 06-16-2017 05:09 AM
operator overloading
this question belongs to the c++
subbarao 04-14-2016 06:31 AM
Is this a C test or a C++ one?
.
rathelor 11-5-2014 10:18 AM
c
only single : operator is use in inheritance
Gautam tupe 09-16-2014 06:26 AM
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
C test (42)
C (12)
C++ for beginners (10)
C++ (20)
C++ (24)
C++ (18)
C++ (14)
C++ (12)
C++ (15)
C++ (15)
Data structure (20)
Data structure (10)
Data structure (10)
Data structure (10)
PERL (25)
VC++ (11)
Oops (30)
Mainframe (41)
Mainframe (15)
Embedded systems (15)
OOAD (49)
Advertisement
▲