1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / rajesh
D
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
How many main () function we can have in a project?
Explain low-order bytes.
What is a macro, and explain how do you use it?
Which is the memory area not included in C program? give the reason
What is meant by type specifiers?
Do you know what are bitwise shift operators in c programming?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Explain b+ tree?
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
What is getch c?
how do you programme Carrier Sense Multiple Access
What is the stack in c?
What are pointers?
Explain the difference between #include "..." And #include <...> In c?
what are # pragma staments?