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

In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

0 Answers  


Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

0 Answers  


Write a program to exchange two variaables without temp

9 Answers   Geometric Software,


which is an algorithm for sorting in a growing Lexicographic order

0 Answers  


What is the use of a ‘’ character?

0 Answers  


How can a number be converted to a string?

1 Answers  


read a number & print all its devisors using c-program?

3 Answers  


How would you use the functions fseek(), freed(), fwrite() and ftell()?

0 Answers   Aspire, Infogain, TISL,


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

0 Answers  


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

0 Answers  


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


What are static variables, and where are they stored?

2 Answers  


Categories