1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answers were Sorted based on User's Feedback
Answer / 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 |
Difference between strcpy() and memcpy() function?
can we change the default calling convention in c if yes than how.........?
What is the difference between a free-standing and a hosted environment?
what is void pointer?
What are the features of c language?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL
What are the advantages of using new operator as compared to the function malloc ()?
What is the scope of static variable in c?
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
What are high level languages like C and FORTRAN also known as?
What is the proper way of these job Tell me about there full work
How to find a missed value, if you want to store 100 values in a 99 sized array?