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
Explain how can a program be made to print the line number where an error occurs?
How can I read in an object file and jump to locations in it?
What is bubble sort technique in c?
What is zero based addressing?
What is the code for 3 questions and answer check in VisualBasic.Net?
Explain modulus operator.
Why do we use header files in c?
How can you invoke another program from within a C program?
What is volatile variable in c?
How to write c functions that modify head pointer of a linked list?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Who invented b language?
Differentiate between a for loop and a while loop? What are it uses?
What is FIFO?
Can you think of a logic behind the game minesweeper.