VBScript Question:
Download Questions PDF

What are the different types of operators and their order of precedence?

Answer:

Order of evaluation of operators is, first arithmetic operators are evaluated, and comparison operators are evaluated next and at the last logical operators are evaluated at the last. In arithmetic operators negation, Exponentiation, multiplication and division, integer division, modulus arithmetic, addition and subtraction and string concatenation are provided.

Download VBScript Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about operator precedence in VB Script?Explain about VB Script?