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

which of the function operator cannot be over loaded

a) <=
b)?:
c)==
d)*

Answer Posted / ravi

answer is b. that is ?:

Is This Answer Correct ?    73 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which function in C can be used to append a string to another string?

1274


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

1090


What is "Duff's Device"?

1221


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2288


Explain built-in function?

1188


What is memory leak in c?

1175


What is the difference between strcpy() and memcpy() function in c programming?

1134


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

2218


How main function is called in c?

1169


why we wont use '&' sing in aceesing the string using scanf

2427


What are the functions to open and close the file in c language?

1085


What is dangling pointer in c?

1333


Can we declare a function inside a function in c?

1096


Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

1771


What is LINKED LIST? How can you access the last element in a linked list?

1116