1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / vani
d
| Is This Answer Correct ? | 14 Yes | 15 No |
Post New Answer View All Answers
Is boolean a datatype in c?
Why main is not a keyword in c?
What are operators in c?
What does == mean in texting?
What is a good way to implement complex numbers in c?
What does %2f mean in c?
Are there namespaces in c?
What is the general form of a C program?
Can you explain the four storage classes in C?
What are keywords in c with examples?
What is calloc()?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
How can you find out how much memory is available?
How to draw the flowchart for structure programs?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }