VBScript Question: Download VBScript PDF

Explain about operator precedence in VB Script?

Tweet Share WhatsApp

Answer:

In operator precedence expressions are evaluated and resolved in a predetermined order. The order of evaluation can be modulated if you use parenthesis. Expressions present in parenthesis are evaluated first.

Download VBScript PDF Read All 21 VBScript Questions
Previous QuestionNext Question
Explain about Tristate constants in VBScript?What are the different types of operators and their order of precedence?