https://quizack.com/visual-basic/mcq/the-operator-performs-string-concatenation
Answer: Ampersand (&)
Note: This Question is unanswered, help us to find answer for this one
Is This Question Helpful?
More Visual Basic MCQ Questions
The assignment operator in visual basic is the ____ symbol.
The contents of a text box may be cleared in visual basic code by ________.
The entries in a listbox are stored in the __________ property.
The toolbox window ____.
Each data type is a class from which a variable can be ____.
Which of the following is NOT the value of StartUpPosition property in Visual Basic 6?
Dim x, y as integer. What is x and y data type?
What is the max size allowed in characters for Msgbox Prompt and Input Box?
What does Option Explicit refer to?
Which of the following is a correct example of Windows API import declaration in VB6