1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / rohit
ans is C
| Is This Answer Correct ? | 82 Yes | 4 No |
Post New Answer View All Answers
Here is a neat trick for checking whether two strings are equal
What is typedef example?
What does the error 'Null Pointer Assignment' mean and what causes this error?
Lists the benefits of c programming language?
What is the difference between array and linked list in c?
How many levels of indirection in pointers can you have in a single declaration?
How can I find the modification date and time of a file?
How can you tell whether a program was compiled using c versus c++?
What are the types of type qualifiers in c?
How can you convert integers to binary or hexadecimal?
What is the Purpose of 'extern' keyword in a function declaration?
What is the difference between memcpy and memmove?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Explain the concept and use of type void.
Wt are the Buses in C Language