which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / guest
c)==
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is a stream water?
How do you override a defined macro?
Can a function argument have default value?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
What is file in c language?
What is the significance of scope resolution operator?
Why do some versions of toupper act strangely if given an upper-case letter?
What's a good way to check for "close enough" floating-point equality?
Why do we need a structure?
Are negative numbers true in c?
What are different types of operators?
How was c created?
Which driver is a pure java driver
What is the size of empty structure in c?