1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / ruchi
c
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What is call by value in c?
What does do in c?
Explain what are the advantages and disadvantages of a heap?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What is modifier & how many types of modifiers available in c?
How can I make sure that my program is the only one accessing a file?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is a struct c#?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is pointers in c?
What is volatile variable in c?
Why c is a mother language?
Explain about the constants which help in debugging?