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

Can you please explain the difference between syntax vs logical error?

0 Answers  


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

0 Answers  


what is the maximum limit of row and column of a matrix in c programming. in linux .

4 Answers   NIIT,


hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

0 Answers   Aegis, CDAC, Infosys,


Program to find larger of the two numbers without using if-else,while,for,switch

11 Answers   iNautix, Wipro,






p*=(++q)++*--p when p=q=1 while(q<=6)

0 Answers   KINPOE,


What does double pointer mean in c?

0 Answers  


Explain what are run-time errors?

0 Answers  


What is structure in c definition?

0 Answers  


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

0 Answers  


what are bitwise shift operators?

4 Answers  


Which header file is essential for using strcmp function?

0 Answers  


Categories