which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / ruchi
Overloading is the concept of c++
In c++ ?: cant be overloaded
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Explain the Difference between the New and Malloc keyword.
What is the difference between malloc() and calloc()?
If errno contains a nonzero number, is there an error?
What is spaghetti programming?
How many levels deep can include files be nested?
What is the translation phases used in c language?
What is a constant?
What is data structure in c language?
Can a program have two main functions?
What is a pragma?
Are there any problems with performing mathematical operations on different variable types?
What is the correct code to have following output in c using nested for loop?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Difference between Function to pointer and pointer to function
Why malloc is faster than calloc?