1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / richa gupta
c) ?!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the process of writing the null pointer?
What is dynamic dispatch in c++?
what are bit fields in c?
Why we use void main in c?
What is function definition in c?
Explain how do you use a pointer to a function?
Which programming language is best for getting job 2020?
Why is c faster?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Is calloc better than malloc?
Can two or more operators such as and be combined in a single line of program code?
What is the difference between exit() and _exit() function?
Which one would you prefer - a macro or a function?
Which is better pointer or array?
What is the difference between typedef struct and struct?