InterviewSolution
Saved Bookmarks
| 1. |
What are Operators? Explain with examples? |
|
Answer» An operator in a programming LANGUAGE is a SYMBOL that tells the compiler or interpreter to perform specific mathematical, relational or LOGICAL OPERATION and produce final RESULT. |
|