which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / muthu bharathi
There are 5 operators which cannot be overloaded. They are:
.* - class member access operator
:: - scope resolution operator
. - dot operator
?:: - conditional operator
Sizeof() - operator
answer: b
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Can a file other than a .h file be included with #include?
What is the significance of scope resolution operator?
Explain about the functions strcat() and strcmp()?
What are the types of bitwise operator?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What does %d do in c?
Write a program to swap two numbers without using third variable?
What is a function simple definition?
Why string is used in c?
What is the difference between far and near ?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What does void main () mean?
Do you know the difference between malloc() and calloc() function?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Is c pass by value or reference?