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
What is indirection in c?
Where does the name "C" come from, anyway?
Can main () be called recursively?
why wipro wase
What is the difference between procedural and declarative language?
Why we use conio h in c?
What is the difference between variable declaration and variable definition in c?
How many types of operators are there in c?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Explain what is the difference between a string and an array?
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
What is variables in c?
how can f be used for both float and double arguments in printf? Are not they different types?
What are pointers really good for, anyway?