1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / jignesh
ans is c....write
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What are global variables and how do you declare them?
what will be maximum number of comparisons when number of elements are given?
Is there anything like an ifdef for typedefs?
Write a program to find factorial of a number using recursive function.
Difference between MAC vs. IP Addressing
All technical questions
What is data types?
Are there constructors in c?
Explain what will the preprocessor do for a program?
How can a number be converted to a string?
Why does notstrcat(string, "!");Work?
How can I ensure that integer arithmetic doesnt overflow?
What is the purpose of 'register' keyword?
How can you determine the maximum value that a numeric variable can hold?