What are the different types of operators and their order of precedence?
Answer / Shubham Gangwar
In VBScript, there are several types of operators includingn- Arithmetic - such as +, -, *, /, and mod.n- Comparison - such as =, <>, >, <, >=, and <=.n- Logical - such as And, Or, Not.n- Assignment - such as =, +=, -=, *=, etc.nThe order of precedence defines the order in which expressions are evaluated. Parentheses can be used to override this order.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention how you can call vbscript functions?
What is the equivalent of VBScript?s On Error In Jscript ?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
Write VB script to convert from feet to inches(hint 1feet=12 inches)
What is difference between Active screen and movie screen recorder in QTP 9.2?
what is the purpose of the Reporter.ReportEvent in QTP and also please give the brief description about Reporter.ReportEvent ?
Both Static and dynamic arrays are handled by VB script. Is it true?
Which keyword is used to declare a variable in the vbscript language?
What is the differene between QTP 8.2 and QTP 9.0 and QTP 9.1,Pls give me answer ASAP.
What variable can you use to share info across the whole application for one user?
How to throw an error in vbscript?
Mention how to assign a date value to a variable?