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 adt in c programming?
What is difference between far and near pointers?
What are static variables in c?
What is getch c?
What is identifiers in c with examples?
c language interview questions & answer
Differentiate between calloc and malloc.
Is it possible to initialize a variable at the time it was declared?
Why calloc is better than malloc?
can we implement multi-threads in c.
Do character constants represent numerical values?
Define C in your own Language.
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is malloc and calloc?
What is openmp in c?