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 is the scope of static variable in c?
What is static volatile in c?
while initialization of array why we use a[][2] why not a[2][]...?
difference between Low, Middle, High Level languages in c ?
What is the return type of sizeof?
Write a program in c to replace any vowel in a string with z?
Is javascript based on c?
What are static variables in c?
How do you override a defined macro?
Can we add pointers together?
What does void main return?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
The difference between printf and fprintf is ?
What are the disadvantages of c language?
writ a program to compare using strcmp VIVA and viva with its output.