1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / manu
a
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
What is unsigned int in c?
Is array a primitive data type in c?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is the description for syntax errors?
Write a code of a general series where the next element is the sum of last k terms.
What is pointer and structure in c?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What are local static variables?
Difference between exit() and _exit() function?
What is wrong with this program statement?
What is a const pointer in c?
What is the most efficient way to store flag values?
Explain do array subscripts always start with zero?
What is function pointer c?
Explain what is operator promotion?