What is operator? Name any two category operator that can be used in visual basic?.
Answers
Answered by
4
operator is a code element that performs an operation on one or more code elements that hold values. Value elements include variables, constants, literals, properties, returns from Function and Operator procedures, and expressions.Types of Operators
Visual Basic provides the following types of operators:
Arithmetic Operators perform familiar calculations on numeric values, including shifting their bit patterns.Comparison Operators compare two expressions and return a Boolean value representing the result of the comparison.Concatenation Operators join multiple strings into a single string.Logical and Bitwise Operators in Visual Basic combine Boolean or numeric values and return a result of the same data type as the values.Similar questions