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 / rohit

ans is C

Is This Answer Correct ?    82 Yes 4 No

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

Answer / nandhini

Which operators can be overloaded?

* The following operators can be overloaded:

1. Unary operators:

+ - * & ~ ! ++ -- -> ->*
2. Binary operators:

+ - * / % ^ & | << >>
+= -= *= /= %= ^= &= |= <<= >>=
< <= > >= == != && ||
, [] ()
new new[] delete delete[]

so c option is correct

Is This Answer Correct ?    14 Yes 1 No

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

Answer / kamaljit singh

c

Is This Answer Correct ?    14 Yes 2 No

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

Answer / jignesh

ans is c....write

Is This Answer Correct ?    13 Yes 2 No

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

Answer / suganya

Ans is (c)

Is This Answer Correct ?    10 Yes 3 No

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

Answer / ruchi

c

Is This Answer Correct ?    9 Yes 4 No

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

Answer / tanzia.1989

c)?!

Is This Answer Correct ?    3 Yes 0 No

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

Answer / sunil

C

Is This Answer Correct ?    2 Yes 0 No

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

Answer / rajesh

D

Is This Answer Correct ?    5 Yes 5 No

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

Answer / ee

d

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More C Interview Questions

Why is c still so popular?

0 Answers  


What is c variable?

0 Answers  


what is the difference between NULL('\0') and 0?

14 Answers   Microsoft,


code for reverse alternate words from astring

1 Answers   IBM,


Method Overloading exist in c ?

3 Answers   Wipro,






write a c program to find the sum of five entered numbers using an array named number

0 Answers   TATA,


i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);

8 Answers   HCL,


What are the different types of control structures in programming?

0 Answers  


What do header files do?

0 Answers  


What is pointers in c with example?

0 Answers  


What is the purpose of sprintf?

0 Answers  


What is the use of keyword VOLATILE in C?

1 Answers  


Categories