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
write a program in c language to print your bio-data on the screen by using functions.
Why we use break in c?
What is signed and unsigned?
Differentiate between the expression “++a” and “a++”?
Do you know the difference between malloc() and calloc() function?
why do some people write if(0 == x) instead of if(x == 0)?
Did c have any year 2000 problems?
What are dangling pointers? How are dangling pointers different from memory leaks?
What is the function of multilevel pointer in c?
What's a good way to check for "close enough" floating-point equality?
What is static function in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is nested structure with example?
what are # pragma staments?
Differentiate between a for loop and a while loop? What are it uses?