which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / guest
b and d
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
How do you print an address?
What are the different data types in C?
Why header file is used in c?
What is function in c with example?
Explain c preprocessor?
Why can't I perform arithmetic on a void* pointer?
List the variables are used for writing doubly linked list program.
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What are local variables c?
What is the size of enum in bytes?
How can I open files mentioned on the command line, and parse option flags?
What are pointers? What are stacks and queues?
What is the scope of an external variable in c?
What are the different types of control structures?
Why do we use main function?