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
Explain what is the benefit of using #define to declare a constant?
What is spark map function?
What is meant by realloc()?
Find MAXIMUM of three distinct integers using a single C statement
Explain what is the benefit of using an enum rather than a #define constant?
What is mean by data types in c?
Explain the difference between exit() and _exit() function?
How can you tell whether a program was compiled using c versus c++?
What is the general form of a C program?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Explain what is a 'locale'?
Is this program statement valid? INT = 10.50;
Write a program to print ASCII code for a given digit.
Why do we use return in c?
Explain indirection?