Multiple choice

In visual basic, + operator is used for the concatenation of the two strings. Other than +, which of the following symbols is used for this function?

    • operator
  1. & operator

  2. ^ operator

  3. Mod operator

  4. % operator

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This operator is used for concatenation of strings.