which of the function operator cannot be over loaded

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

Answer Posted / ruchi

Overloading is the concept of c++
In c++ ?: cant be overloaded

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between strcpy() and memcpy() function?

855


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1640


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

1024


How many types of errors are there in c language? Explain

749


What are the __date__ and __time__ preprocessor commands?

770


what is the syallabus of computer science students in group- 1?

2047


How to explain the final year project as a fresher please answer with sample project

709


How to write c functions that modify head pointer of a linked list?

722


Who invented b language?

1133


What are the disadvantages of c language?

846


What is the use of bitwise operator?

871


What is the translation phases used in c language?

823


How do you determine whether to use a stream function or a low-level function?

897


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

898


Can we add pointers together?

806