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 the meaning of java that is (J A V A) full form of JAVA

71 Answers   AKS University, Bhel, BNL, BPO, HCL, Peacecon,


what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  


how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"

1 Answers  


how to capitalise first letter of each word in a given string?

0 Answers  


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

0 Answers  






What is substring in c?

0 Answers  


What is meant by type specifiers?

0 Answers  


what are threads ? why they are called light weight processes ? what is the relation between process and threads ?

1 Answers  


Explain what is meant by 'bit masking'?

0 Answers  


Write a program of advanced Fibonacci series.

0 Answers   Aspiring Minds,


What is the advantage of using #define to declare a constant?

0 Answers   Agilent, ZS Associates,


Do you know pointer in c?

0 Answers  


Categories