Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Write a factorial program using C.

0 Answers   iNautix,


How can I sort a linked list?

0 Answers  


Derive the complexity expression for AVL tree?

1 Answers  


Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014  Npu university

0 Answers  


What are the types of type specifiers?

0 Answers  


give an example of type casting by a simple c program

2 Answers   TCS,


What is a macro?

0 Answers  


the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }

4 Answers   CMC, TCS,


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


void main() { int i=5; printf("%d",i++ + ++i); }

21 Answers   ME,


Explain what are run-time errors?

0 Answers  


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

0 Answers  


Categories