which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / guest
c)==
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
code for find determinent of amatrix
Why enum is used in c?
What is a MAC Address?
explain what are pointers?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What's the right way to use errno?
What's the difference between constant char *p and char * constant p?
What is a macro?
What is a program flowchart and how does it help in writing a program?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
How to compare array with pointer in c?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
The file stdio.h, what does it contain?
What is the deal on sprintf_s return value?