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 typedef struct in c?
Can you define which header file to include at compile time?
What is the correct code to have following output in c using nested for loop?
Why do we use return in c?
What does the error message "DGROUP exceeds 64K" mean?
Is c weakly typed?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What are the restrictions of a modulus operator?
Explain 'bus error'?
Is linux written in c?
What is #define in c?
Explain how can a program be made to print the name of a source file where an error occurs?
In C language what is a 'dangling pointer'?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none