which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / anas
In 'C' there is no concept of overloading.
If we talks about C++ then TRINARY operator (? : ) cant be over loaded.
So, only the option (b) is correct.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain how can you tell whether two strings are the same?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is pivot in c?
What is the purpose of clrscr () printf () and getch ()?
What are structure types in C?
What is gets() function?
What is static identifier?
Why do we use static in c?
Explain what is the difference between #include and #include 'file' ?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
formula to convert 2500mmh2o into m3/hr
Is register a keyword in c?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Are pointers integer?