1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / sunil
C
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is dangling pointer in c?
Difference between linking and loading?
What are actual arguments?
If the size of int data type is two bytes, what is the range of signed int data type?
Do character constants represent numerical values?
Why is it important to memset a variable, immediately after allocating memory to it ?
Explain what’s a signal? Explain what do I use signals for?
How do I copy files?
Explain the difference between the local variable and global variable in c?
How to find a missed value, if you want to store 100 values in a 99 sized array?
How many loops are there in c?
What are inbuilt functions in c?
Where can I get an ansi-compatible lint?
How can a number be converted to a string?