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
Difference between strcpy() and memcpy() function?
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
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 ?
How many types of errors are there in c language? Explain
What are the __date__ and __time__ preprocessor commands?
what is the syallabus of computer science students in group- 1?
How to explain the final year project as a fresher please answer with sample project
How to write c functions that modify head pointer of a linked list?
Who invented b language?
What are the disadvantages of c language?
What is the use of bitwise operator?
What is the translation phases used in c language?
How do you determine whether to use a stream function or a low-level function?
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?
Can we add pointers together?