which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / shruti
In C we do not have the operator overloading concept.
Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
What does #pragma once mean?
Explain main function in c?
Why is void main used?
Can we replace the struct function in tree syntax with a union?
What is character set?
Explain is it better to bitshift a value than to multiply by 2?
Should I learn c before c++?
Is that possible to store 32768 in an int data type variable?
What is string length in c?
What are qualifiers?
How can you read a directory in a C program?
What is the use of a semicolon (;) at the end of every program statement?
#include
What are the modifiers available in c programming language?
When c language was developed?