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
What is cohesion and coupling in c?
What are two dimensional arrays alternatively called as?
Do array subscripts always start with zero?
How can I implement sets or arrays of bits?
What is wrong in this statement? scanf(ā%dā,whatnumber);
What are the types of variables in c?
In which layer of the network datastructure format change is done
What is 1f in c?
Why does not c have an exponentiation operator?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Difference between constant pointer and pointer to a constant.
Can an array be an Ivalue?
How do you use a 'Local Block'?
What is structure in c explain with example?
What are the types of data files?