1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / vivek
Answer is (d).
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What is array of structure in c?
What are the uses of null pointers?
Give me the code of in-order recursive and non-recursive.
Can you define which header file to include at compile time?
List the variables are used for writing doubly linked list program.
what are the 10 different models of writing an addition program in C language?
What are local static variables?
what are non standard function in c
What is #error and use of it?
What is the purpose of & in scanf?
What is a 'null pointer assignment' error?
When can you use a pointer with a function?
What are linker error?
How can I generate floating-point random numbers?
Why doesnt this code work?