1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / umamaheswari
a
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
why programs in c are running with out #include
I have a varargs function which accepts a float parameter?
What does s c mean in text?
Can we replace the struct function in tree syntax with a union?
What does the function toupper() do?
How can type-insensitive macros be created?
How can I read a binary data file properly?
what are the advantages of a macro over a function?
in iso what are the common technological language?
Tell me what are bitwise shift operators?
Do you have any idea about the use of "auto" keyword?
What is void main ()?
Tell me when would you use a pointer to a function?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
Explain how can type-insensitive macros be created?