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

Explain what are header files and explain what are its uses in c programming?

1 Answers  


What is volatile variable in c with example?

1 Answers  


what is constant pointer?

3 Answers  


When c language was developed?

1 Answers  


How do shell structures work?

1 Answers  


How to access or modify the const variable in c ?

16 Answers   HCL, HP,


how many argument we can pas in in a function

25 Answers   CTS,


Explain spaghetti programming?

1 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,


1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)

12 Answers   Eskom, TCS,


What do you mean by a sequential access file?

1 Answers  


write a program structure to find average of given number

1 Answers  


Categories