What is an operator?



What is an operator?..

Answer / Dipti Tiwari

"An operator in C is a symbol that tells the compiler to perform specific mathematical, logical, or other operations on values or variables."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Explain the use of #pragma exit?

1 Answers  


Write a program to print the prime numbers from 1 to 100?

7 Answers  


find largest of 3 no

8 Answers  


What is the use of linkage in c language?

1 Answers  


How to reverse a string using a recursive function, with swapping?

5 Answers  


Software Interview Questions

1 Answers   CAT,


What is the difference between int main and void main?

1 Answers  


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


How to use c/c++ code in JAVA

10 Answers   CDAC, IBM, Satyam, Scope International,


Why void main is used in c?

1 Answers  


Why do we use return in c?

1 Answers  


Is it possible to execute code even after the program exits the main() function?

1 Answers  


Categories