1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / kamaljit singh
c
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What are operators in c?
Give differences between - new and malloc() , delete and free() ?
Difference between malloc() and calloc() function?
What is sizeof array in c?
What is the code in while loop that returns the output of given code?
List the different types of c tokens?
Differentiate between new and malloc(), delete and free() ?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What is the scope of static variable in c?
how to construct a simulator keeping the logical boolean gates in c
What are the 4 types of programming language?
How can I use a preprocessorif expression to ?
What does & mean in scanf?
Explain the use of function toupper() with and example code?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above