1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=

Answers were Sorted based on User's Feedback



1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=..

Answer / richa gupta

c) ?!

Is This Answer Correct ?    0 Yes 0 No

1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=..

Answer / b.dinesh reddy

Option 'C' will be the answer as we cant overload the
operator '?!' whereas remaining can be overloaded in oop
languages.

Is This Answer Correct ?    0 Yes 0 No

1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=..

Answer / vani

d

Is This Answer Correct ?    14 Yes 15 No

1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=..

Answer / umamaheswari

a

Is This Answer Correct ?    6 Yes 7 No

1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=..

Answer / vivek

Answer is (d).

Is This Answer Correct ?    2 Yes 7 No

1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=..

Answer / manu

a

Is This Answer Correct ?    4 Yes 12 No

Post New Answer

More C Interview Questions

WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?

1 Answers  


what is data structure.in linear and non linear data structures which one is better?Explain

3 Answers   Wipro,


how to write hello word without using semicolon at the end?

6 Answers   Accenture,


Write a C function to search a number in the given list of numbers. donot use printf and scanf

6 Answers   Honeywell, TCS,


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

0 Answers   Infosys,






to convert a string without using decrement operater and string functions

1 Answers  


How many types of sorting are there in c?

0 Answers  


Why c language is called c?

0 Answers  


class foo { public: static int func(const char*& p) const; }; This is illegal, why?

8 Answers   Google,


Differentiate Source Codes from Object Codes

1 Answers  


Explain what is page thrashing?

0 Answers  


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

0 Answers  


Categories