1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / b.dinesh reddy
Option 'C' will be the answer as we cant overload the
operator '?!' whereas remaining can be overloaded in oop
languages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is merge sort in c?
What is the best way of making my program efficient?
What is define directive?
how should functions be apportioned among source files?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What do header files do?
What do you mean by scope of a variable in c?
Explain how can I manipulate strings of multibyte characters?
Is void a keyword in c?
How can I write a function that takes a format string and a variable number of arguments?
What are the two types of functions in c?
What is a program flowchart and explain how does it help in writing a program?
Why c is known as a mother language?
Differentiate between declaring a variable and defining a variable?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?