which operator is known as dummy operator in c?
Answer Posted / vineeth reddy
unary + is the only dummy operator in c
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
what is different between auto and local static? why should we use local static?
What is %lu in c?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Why do we write return 0 in c?
What is conio h in c?
Is stack a keyword in c?
What is assert and when would I use it?
What is .obj file in c?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What are the different file extensions involved when programming in C?
What are reserved words?
What library is sizeof in c?
What is the difference between typedef and #define?
Is array a primitive data type in c?