which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / sahithya
overload concept will face in C++ i.e., if we declare a
same function with different times .
In c we dont have any overloadind concept .
ofcourse by seing the options we can say easily that
options will need of 3 or 2 operands compulsory.so
overloading does not occur
Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What does the function toupper() do?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is the purpose of scanf() and printf() functions?
How many types of arrays are there in c?
Explain heap and queue.
What is an array? What the different types of arrays in c?
How #define works?
Without Computer networks, Computers will be half the use. Comment.
Write a program to identify if a given binary tree is balanced or not.
How do you list files in a directory?
What is difference between structure and union in c?
What are the 5 elements of structure?
How do you determine a file’s attributes?
What is the size of array float a(10)?