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
How to write c functions that modify head pointer of a linked list?
What's the right way to use errno?
What is %lu in c?
What is the general form of a C program?
Where define directive used?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What are the application of c?
How can you increase the allowable number of simultaneously open files?
Does c have circular shift operators?
What language is windows 1.0 written?
What is c token?
Under what circumstances does a name clash occur?
Where are c variables stored in memory?
Explain the difference between exit() and _exit() function?
How can a process change an environment variable in its caller?