1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / suganya
Ans is (c)
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is an endless loop?
what are # pragma staments?
What is a list in c?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Can you write the algorithm for Queue?
What is bubble sort technique in c?
Why do we write return 0 in c?
Should I learn c before c++?
Write a program to print fibonacci series using recursion?
When was c language developed?
Why string is used in c?
Can a file other than a .h file be included with #include?
Is c is a high level language?
What is the difference between typedef and #define?