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)<=

Answer Posted / vivek

Answer is (d).

Is This Answer Correct ?    2 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can include files be nested?

1162


What are the advantages and disadvantages of pointers?

1124


Why do we use int main?

1147


Explain how to reverse singly link list.

1207


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

1099


Differentiate between ordinary variable and pointer in c.

1256


How can I delete a file?

1125


When a c file is executed there are many files that are automatically opened what are they files?

1155


write a program to rearrange the array such way that all even elements should come first and next come odd

2357


What is a built-in function in C?

1673


What is the difference between array and structure in c?

1249


What is class and object in c?

1180


How can I convert a number to a string?

1257


Is c is a procedural language?

1133


What is strcmp in c?

1221