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
What is difference between && and & in c?
How many levels of pointers can you have?
What is the use of linkage in c language?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
How do you define structure?
What is the difference between call by value and call by reference in c?
With the help of using classes, write a program to add two numbers.
Write program to remove duplicate in an array?
what is use of malloc and calloc?
What is scanf () in c?
Is array a primitive data type in c?
What are examples of structures?
What is the process to generate random numbers in c programming language?
What is pointer and structure in c?
State the difference between realloc and free.