which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / ravi
answer is b. that is ?:
| Is This Answer Correct ? | 73 Yes | 3 No |
Post New Answer View All Answers
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 the meaning of && in c?
Is null always equal to 0(zero)?
How many types of sorting are there in c?
Can we declare variables anywhere in c?
How do you print only part of a string?
How pointer is different from array?
Write a Program to accept different goods with the number, price and date of purchase and display them
What's the best way of making my program efficient?
Can true be a variable name in c?
How does sizeof know array size?
What is openmp in c?
Write the control statements in C language
Describe dynamic data structure in c programming language?
Is it possible to pass an entire structure to functions?