which operator is known as dummy operator in c?

Answers were Sorted based on User's Feedback



which operator is known as dummy operator in c?..

Answer / googly

unary +

Is This Answer Correct ?    39 Yes 2 No

which operator is known as dummy operator in c?..

Answer / vineeth reddy

unary + is the only dummy operator in c

Is This Answer Correct ?    22 Yes 2 No

Post New Answer

More C Interview Questions

write a program for size of a data type without using sizeof() operator?

22 Answers   HCL, IBM,


writ a program to compare using strcmp VIVA and viva with its output.

0 Answers  


What is #define used for in c?

0 Answers  


What is a structure member in c?

0 Answers  


suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan

1 Answers  






State the difference between x3 and x[3].

0 Answers   Aricent,


what is the use of ~ in c lang?????

3 Answers  


Is c is a low level language?

0 Answers  


What is meant by int main ()?

0 Answers  


Why do we use null pointer?

0 Answers  


write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?

1 Answers   TCS,


How can a number be converted to a string?

1 Answers  


Categories