Please list all the unary and binary operators in C.
Answer Posted / shiva shankar shukla
> AND OR XOR NOT
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Explain how can a program be made to print the line number where an error occurs?
How to delete a node from linked list w/o using collectons?
Do you know pointer in c?
what is stack , heap ,code segment,and data segment
What is union in c?
What is c language used for?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What are structures and unions? State differencves between them.
Why c is called object oriented language?
What are conditional operators in C?
What is a pointer in c?
What is the difference between malloc() and calloc()?
Why is event driven programming or procedural programming, better within specific scenario?
What is int main () in c?
Explain the difference between strcpy() and memcpy() function?