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
What are types of functions?
How arrays can be passed to a user defined function
Explain how do you determine a file’s attributes?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is the c language function prototype?
When should the volatile modifier be used?
How do c compilers work?
Write the Program to reverse a string using pointers.
What are Macros? What are its advantages and disadvantages?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Describe wild pointers in c?
How can you be sure that a program follows the ANSI C standard?
swap 2 numbers without using third variable?
Explain bit masking in c?
What is a node in c?