which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / lucky
b is the correct answer
| Is This Answer Correct ? | 28 Yes | 2 No |
Post New Answer View All Answers
Can you write a programmer for FACTORIAL using recursion?
What is the purpose of the statement: strcat (S2, S1)?
What is the difference between a function and a method in c?
Is a pointer a kind of array?
What is the difference between void main and main in c?
I need a sort of an approximate strcmp routine?
What is typedef?
Why c language is called c?
What are header files and what are its uses in C programming?
Difference between malloc() and calloc() function?
Explain what is the heap?
What is the best style for code layout in c?
When is the “void” keyword used in a function?
What is difference between scanf and gets?
How many keywords (reserve words) are in c?