which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / lucky
b is the correct answer
| Is This Answer Correct ? | 28 Yes | 2 No |
Post New Answer View All Answers
What is calloc() function?
Is c procedural or functional?
Is c object oriented?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is an array? What the different types of arrays in c?
how logic is used
What are the complete rules for header file searching?
Write a program to swap two numbers without using the third variable?
When should a far pointer be used?
Why can’t constant values be used to define an array’s initial size?
What is a const pointer?
Explain what does a function declared as pascal do differently?
How can I prevent another program from modifying part of a file that I am modifying?
How can this be legal c?
Can we change the value of constant variable in c?